View source: R/compile_subset_survey_data.R
compile_subset_survey_data | R Documentation |
A function to compile individual CSVs in the SubsetContributions folder into a flat database. Used to create a database after each individual record is entered.
compile_subset_survey_data(path = path, format = "json")
path |
Path to RICH folder. |
format |
Is the data saved as csv or json? |
A CSV of compiled contribution records will be added to the Results folder.
## Not run:
compile_subset_survey_data(path)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.