check_condensed.Rd
Check dataframe for possible value separators
check_condensed(data, value_sep = ";")
data | A dataframe containing rows of systematic review data |
---|---|
value_sep | A character used to separate values within the data. The default is set to ';'. |
A dataframe listing all columns in the input data, with a column showing whether the given (or default) value separator was detected in each, and a column showing possible candidate separator (ie. non-alphanumeric) characters found within each column of the input data.
if (FALSE) { check_condensed(data, value_sep = ';'); }