Function to build the analysis project. In order to start, you need to put both the data and the original xlsform within the data-raw folder you can adjust the function below and add as many output format as required

build_analysis_package(form = "form.xlsx")

Arguments

form

The full file name of the form to be accessed (not that it has to be an .xls format).

Examples

if (FALSE) { build_analysis_package(form = "form.xlsx") }