cldf | R Documentation |
Reads a Cross-Linguistic Data Format dataset into an object.
cldf(
mdpath,
load_bib = FALSE,
cache_dir = tools::R_user_dir("rcldf", which = "cache")
)
read_cldf(mdpath)
mdpath |
the path to the directory or metadata JSON file. |
load_bib |
a boolean flag (TRUE/FALSE, default FALSE) to load the
sources.bib BibTeX file. |
cache_dir |
a directory to cache downloaded files to |
A cldf
object
cldfobj <- cldf(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.