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