Description Usage Arguments Examples
Write a yaml
file holding translations for one or multiple variables
1 | lama_write(x, yaml_path)
|
x |
A lama_dictionary class object holding the variable translations |
yaml_path |
File path, where the yaml file should be saved |
1 2 3 4 5 |
dict <- new_lama_dictionary(results = c(p = "Passed", f = "Failed"))
path_to_file <- file.path(tempdir(), "my_dictionary.yaml")
lama_write(dict, path_to_file)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.