readFulcrum | R Documentation |
readFulcrum
reads .csv files exported from Fulcrum into R
readFulcrum(dir)
dir |
The path to the base fulcrum project directory, dir/data/raw/fulcrum should contain: nematode_field_sampling.csv, nematode_field_sampling_sample_photo.csv, nematode_isolation.csv, nematode_isolation_s_labeled_plates.csv, nematode_isolation_photos.csv All five files are not required but it is recommended to use all exported files when possible. |
A list of dataframes named from the .csv files. For example, see the table below.
nematode_field_sampling | nematode_field_sampling.csv |
nematode_field_sampling_sample_photo | nematode_field_sampling_sample_photo.csv |
nematode_isolation | nematode_isolation.csv |
nematode_isolation_s_labeled_plates | nematode_isolation_s_labeled_plates.csv |
nematode_isolation_photos | nematode_isolation_photos.csv |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.