View source: R/format_odk_data.R
format_odk_metadata | R Documentation |
Format ODK metadata The function removes ODK note columns (which are systematically empty columns) from the outputted dataframe
format_odk_metadata(df, start_date = NULL, end_date = NULL)
df |
dataframe containing the non de-identified (raw) ODK data, assuming standard metadata fields ('today', 'start', 'end') are present. |
start_date |
start date (optional, by default set to 'NULL') |
end_date |
end date (optional, by default set to 'NULL') |
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.