Read controlled vocabulary from YAML

read_convo(path)

Arguments

path

Path to YAML file containing convo specification

Value

Controlled vocabulary as convo (list) object

Examples

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