kobold: Create a kobold object from data frames

Description Usage Arguments

View source: R/kobold_class.R

Description

Constructor of a kobold list using XLSForm survey/choices and other possible data frames:

Usage

1
kobold(survey, choices = NULL, data = NULL, cleaning = NULL, ...)

Arguments

survey

Data frame containing XLSForm survey.

choices

Data frame containing XLSForm choices, optional.

data

Data frame containing main XLSForm data export, optional.

cleaning

Data frame containing cleaning sheet for use with kobold, optional.

...

Data frame(s) for repeat group data; names must match repeat_group names from survey, optional.


caldwellst/kobold documentation built on April 28, 2020, 12:48 a.m.