compile_subset_survey_data: A function to compile individual CSVs in the...

View source: R/compile_subset_survey_data.R

compile_subset_survey_dataR 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.

Description

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.

Usage

compile_subset_survey_data(path = path, format = "json")

Arguments

path

Path to RICH folder.

format

Is the data saved as csv or json?

Value

A CSV of compiled contribution records will be added to the Results folder.

Examples

## Not run: 
compile_subset_survey_data(path)

## End(Not run)


ctross/DieTryin documentation built on Sept. 8, 2024, 8:07 p.m.