describe_convo: Create schema dictionary

Description Usage Arguments Value Examples

View source: R/describe.R

Description

Create schema dictionary

Usage

1
describe_convo(convo, include_valid = FALSE, for_DT = TRUE)

Arguments

convo

convo object containing controlled vocabulary

include_valid

Boolean whether to include human-readable documentation of related data validations

for_DT

Boolean whether intended table will be displayed with DT package. Used for applying breaklines

Value

data.frame schema dictionary

Examples

1
2
filepath <- system.file("", "ex-convo.yml", package = "convo")
convo <- read_convo(filepath)

emilyriederer/convo documentation built on Oct. 5, 2021, 4:08 p.m.