check_condensed: Check dataframe for possible value separators

View source: R/check_data.R

check_condensedR Documentation

Check dataframe for possible value separators

Description

Check dataframe for possible value separators

Usage

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

## Not run: 
check_condensed(data, value_sep = ';');

## End(Not run)

softloud/sysrevdata documentation built on June 7, 2022, 1:21 p.m.