extract_additional_data_from_odk_zip: Unzip and extract additional data from ODK zip

View source: R/format_odk_data.R

extract_additional_data_from_odk_zipR Documentation

Unzip and extract additional data from ODK zip

Description

Unzip and extract additional data from ODK zip

Usage

extract_additional_data_from_odk_zip(odk_zip, csv_name, local_dir = tempdir())

Arguments

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()')

Value

This function returns a formatted dataframe for future display and analysis.


Thaliehln/timci documentation built on April 8, 2024, 3:38 p.m.