Description Usage Arguments Value Examples
Read in a yaml
file holding translations for one or multiple variables
1 | lama_read(yaml_path)
|
yaml_path |
Path to yaml file holding the labels and translations for multiple variables |
A lama_dictionary class object holding the variable translations defined in the yaml file
1 2 3 4 |
path_to_file <- system.file("extdata", "dictionary_exams.yaml", package = "labelmachine")
dict <- lama_read(path_to_file)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.