View source: R/get_table_from.R
get_table_from | R Documentation |
Extracts a single table from a CLDF dataset.
get_table_from(
table,
mdpath,
cache_dir = tools::R_user_dir("rcldf", which = "cache")
)
table |
a CLDF table type |
mdpath |
a path to a CLDF file |
cache_dir |
a directory to cache downloaded files to |
a dataframe
df <- get_table_from("LanguageTable",
system.file("extdata/huon", "cldf-metadata.json", package = "rcldf"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.