Automatically produce an dummy dataset in line with the structure of an xlsform.

Making decisions about research design and analysis strategies is often difficult before data is collected, because it is hard to imagine the exact form data will take. This function helps imagine what data will look like before they collect it. samplesize is set per defautl at 500 records

Supported Features

- Generate a data set with an output similar to the one needed in koboloader - respects ODK structure "`relevant`" skip logic (Some advanced functionality such as "coalesce()" not covered) "`constraint`" and "`repeat`" - adds InstandID column to link hierearchical data based on "`repeat_count`"

kobo_dummy(form = "form.xlsx")

Arguments

form

file xlsform

Author

Edouard Legoupil

Examples

if (FALSE) { kobo_dummy(form) }