Skip to contents

Create Validation Log for Questionnaire data

Usage

create_questionnaire_log(data, form_schema, pkey, rule_set, url)

Arguments

data

data fame Input data to be validated

form_schema

data frame The ODK form schema data

pkey

character A character vector giving the column name of the primary key or unique row identifier in the data

rule_set

a rule set of class validator from the validate package

url

The ODK submission URL excluding the uuid identifier

Value

a data frame formatted as a validation log for human review