check_condensed | R Documentation |
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.
## Not run: check_condensed(data, value_sep = ';'); ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.