separate | R Documentation |
Note that this is run by default on loading a dataset with cldf()
separate(cldfobj, separators = NULL)
cldfobj |
a CLDF Object |
separators |
a dataframe of separator values to replace (default=NULL). |
A cldf
object
cldfobj <- cldf(system.file("extdata/huon", "cldf-metadata.json", package = "rcldf"))
cldfobj <- separate(cldfobj)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.