dictionary_to_yaml {labelmachine} | R Documentation |
In the lama_dictionary class object the data has the structure vars (named list) > translations (named character vector) This structure is transformed to the yaml file structure vars (named list) > translations (named list)
dictionary_to_yaml(data)
data |
A list that has lama-dictionary structure. |
An object similar to lama-dictionary object, but each translation is not a named character vector, but a named list holding character strings.