collect_csv_files: Collect CSVs

Description Usage Arguments Details Value Author(s)

View source: R/imagej_tables.R

Description

Collect CSV files

Usage

1
collect_csv_files(path = ".", pattern = "*.csv", annotations = NULL)

Arguments

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

Details

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.

Value

a list of annotated dataframes.

Author(s)

Jones


jonesnoaht/datacompilation documentation built on Jan. 8, 2022, 12:37 p.m.