Usage
edf2parquet(
input,
output,
compression = c("snappy", "zstd", "uncompressed"),
align = c("highest-rate", "union")
)
Arguments
- input
path to the input EDF file.
- output
path to the output Parquet file.
- compression
compression method.
- align
signal alignment method.
Value
invisibly returns the command exit status.