View source: R/format_odk_data.R
extract_additional_data_from_odk_zip | R Documentation |
Unzip and extract additional data from ODK zip
extract_additional_data_from_odk_zip(odk_zip, csv_name, local_dir = tempdir())
odk_zip |
absolute path to the zip file named "'fid'.zip" containing ODK submissions as CSV, plus separate CSVs for any repeating groups, plus any attachments in a subfolder 'media' |
csv_name |
name of the .CSV file |
local_dir |
local directory (optional, by default set to 'tempdir()') |
This function returns a formatted dataframe for future display and analysis.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.