is_condensed: Check if database is in 'condensed' format

View source: R/check_data.R

is_condensedR Documentation

Check if database is in 'condensed' format

Description

Checks if separator is present in given coding columns and returns TRUE or FALSE.

Usage

is_condensed(columns, value_sep = ";")

Arguments

columns

A set of columns containing coded data from within a dataframe.

value_sep

A character used to separate values within the data.

Value

Logical argument, TRUE or FALSE

Examples

## Not run: 
is_condensed(columns, value_sep = ';');

## End(Not run)

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