Description Usage Arguments Value Examples
Write convo config file template from stubs list
1 | write_convo(convo_min, filename = "convo-config.yml", path = ".")
|
convo_min |
List of stubs with one element per level containing a character vector of stubs |
filename |
Desired filename. Defaults to |
path |
Desired filepath. Defaults to current directory |
Does not return. Call function for side-effect of writing file.
1 2 3 4 5 6 7 8 | ## Not run:
valid_stubs <- list(letters[1:3], letters[4:5], letters[6:7])
write_convo(valid_stubs)
convo <- read_convo("convo-config.yml")
print(convo)
evaluate_convo(convo, c("a_d", "a_e_g", "c_b", "d"))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.