Create schema dictionary

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

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