db_summary: Describe database

View source: R/check_data.R

db_summaryR Documentation

Describe database

Description

Produce report on dataframe based on possible separators identified within each column.

Usage

db_summary(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

Returns two outputs: 1) a list of possible candidate separators found within the dataframe; and 2) a summary report describing the database separators.

Examples

## Not run: 
v <- db_summary(data)
v$report
v$candidate_separators

## End(Not run)

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