kobo_to_xlsform: Generate xlsfrom skeleton from a dataframe

Description Usage Arguments Author(s)

Description

Creates and save a xlsform skeleton from a data.frames in your data folder The form.xls will be saved in the data folder of your project. The generated xlsfrom will need to be manually edited to configure your analysis

Note that this function only works with data.frames. The function will throw an error for any other object types.

Usage

1
kobo_to_xlsform(df, form = "form.xls", num_fact = 8)

Arguments

df

The dataframe object to be processed.

form

The full filename of the form to be accessed (xls or xlsx file). It is assumed that the form is stored in the working directory, another folder path can be inserted here.

num_fact

number of levels for a factor to be considered as a text.

Author(s)

Edouard Legoupil, Elliott Messeiller


ElliottMess/koboloadeRlight documentation built on June 20, 2019, 2:24 p.m.