The repSave
function is deigned to save your data to the disk
in desirable format. Currently supports "immunarch" and "vdjtools" file formats.
repSave(.data, .path, .format = c("immunarch", "vdjtools"), .compress = T)
.data | An R dataframe, a list of R dataframes or a list with |
---|---|
.path | A string with the path to the output directory. It should include file name if a single dataframe is provided to .data argument. |
.format | A string with desirable format specification. Current options are "immunarch" and "vdjtools". |
.compress | A boolean value. Defines whether the output will be compressed or not. |
It is not necessary to create directories beforehand. If the provided directory does not exist it will be created automatically.