Check dataframe for possible value separators

check_condensed(data, value_sep = ";")

Arguments

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 ';'.

Value

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.

Examples

if (FALSE) { check_condensed(data, value_sep = ';'); }