as.cldf.wide | R Documentation |
Extracts a CLDF table as a 'wide' dataframe by resolving all foreign key links
as.cldf.wide(object, table)
object |
the |
table |
the name of the table to extract. |
A tibble dataframe
md <- system.file("extdata/huon", "cldf-metadata.json", package = "rcldf")
cldfobj <- cldf(md)
forms <- as.cldf.wide(cldfobj, 'FormTable')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.