format_odk_metadata: Format ODK metadata The function removes ODK note columns...

View source: R/format_odk_data.R

format_odk_metadataR Documentation

Format ODK metadata The function removes ODK note columns (which are systematically empty columns) from the outputted dataframe

Description

Format ODK metadata The function removes ODK note columns (which are systematically empty columns) from the outputted dataframe

Usage

format_odk_metadata(df, start_date = NULL, end_date = NULL)

Arguments

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

Value

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


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