Description Usage Arguments Details Value Author(s)
View source: R/imagej_tables.R
Collect CSV files
1 | collect_csv_files(path = ".", pattern = "*.csv", annotations = NULL)
|
path |
the directory from which files will be read |
pattern |
a regular expression that matches the files of interest |
annotations |
a dataframe with its first collumn to be matched to filenames |
Provide the path to a directory containing csv files that will be read. Optionally, add a dataframe object containing annotations. The dataframe containing annotations must, as its first column, contain a list of strings that will match to the file names of the imported files.
a list of annotated dataframes.
Jones
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.