extractConfiguration: Extract question constants and their configuration from macro

Description Usage Arguments Examples

Description

Extract question constants and their configuration from macro

Usage

1
2
3
extractConfiguration(yxmc, asYaml = F)

yxmc2yaml(yxmc, asYaml = F)

Arguments

yxmc

path to yxmc file to extract configuration from.

asYaml

boolean indicating whether output should be converted to yaml.

Examples

1
2
yxmc <- system.file("templates", "sample1.yxmc", package = 'jeeves')
d <- extractConfiguration(yxmc)

alteryx/jeeves documentation built on May 12, 2019, 1:40 a.m.