translate_to_english <- function(table) {
dictionary_file <- system.file("extdata", "dictionary_ALS.yaml", package = "alsr")
dictionary <- labelmachine::lama_read(dictionary_file)
labelmachine::lama_translate(table, dictionary,
Parameter = Parameter(Parameter),
Result = Result(Result),
Unit = Unit(Unit))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.