auto_sm_parent_children
is mean to detect select multiple parent columns & children columns in a way that does
not rely on the XLSForm as the input
Usage
auto_sm_parent_children(dataset, sm_separator = ".")
Arguments
- dataset
dataset to correct
- sm_separator
Separator for choice multiple questions. The default is "."
If using read_csv to read in data the separator will most likely be '/' where as if using read.csv it will likely be '.'
Value
a data frame containing the the child select multiple columns alongside there parents and
a log with all changes recorded.