procFulcrum | R Documentation |
procFulcrum
processes raw Fulcrum data read into R with the readFulcrum
function.
Processing consists of dropping unused variables, renaming variables for joining, and adding flags to collection data.
procFulcrum(data)
data |
A list of dataframes generated by the |
A list of up to five processed dataframes.
field_sampling_proc | a processed dataframe from the nematode_field_sampling.csv |
field_field_sampling_sample_photo_proc | a processed dataframe from the nematode_field_sampling_sample_photo.csv |
isolation_proc | a processed dataframe from the nematode_isolation.csv |
isolation_s_labeled_plates_proc | a processed dataframe from the nematode_isolation_s_labeled_plates.csv |
nematode_isolation_photos_proc | a processed dataframe from the nematode_isolation_photos.csv |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.