View source: R/setlanguage_odf.R
setlanguage_odf | R Documentation |
Changes the active language of a dataframe with metadata for the docu_odf function.
setlanguage_odf(dataframe, language)
dataframe |
R data frame (df) enriched with metadata in the odf-format. |
language |
Select the language to which you want to switch the metadata. |
Dataframe
# get example data from the opendataformat package
df <- get(data("data_odf"))
# Switch dataset df to language "en"
df <- setlanguage_odf(df, language = "en")
# Display dataset information for dataset df in language "en"
docu_odf(df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.