powered by
Loads a survey from a local file system. Tables are expected as csv files, and a reference (if present) as JSON.
load_survey(files, ...)
a survey in the correct format
a vector of file names as returned by download_survey()
download_survey()
options for clean(), which is called at the end of this
clean()
if (FALSE) { list_surveys() peru_files <- download_survey("https://doi.org/10.5281/zenodo.1095664") peru_survey <- load_survey(peru_files) }
Run the code above in your browser using DataLab