| collatedata | R Documentation |
Automatically read and collate separate .csv files in chronological order as inferred by the file names and in hierarchy.
collatedata(file_path, output_file = NULL, verbose = FALSE)
file_path |
Designate the path to your file, must be a .zip file |
output_file |
Optional path to write the collated data table as a CSV file. May be either a full file path
(e.g. |
verbose |
Logical; if TRUE, emit progress messages. Default FALSE. |
A single collated data table
zip_path <- system.file("extdata", "example.zip", package = "CardiacDP")
collated <- collatedata(zip_path)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.