get_source | R Documentation |
Get source(e) in an ontology
get_source(..., regex = FALSE, ontology = NULL)
... |
combination of column name and value to filter that column by. The
value to filter by can be provided as regular expression, if |
regex |
|
ontology |
|
A table of the source(s) in the ontology according to the values in
...
ontoDir <- system.file("extdata", "crops.rds", package = "ontologics")
onto <- load_ontology(path = ontoDir)
# exact sources from a loaded ontology ...
get_source(label = "harmonised", ontology = onto)
# ... or one stored on the harddisc
get_source(version = "0.0.1", ontology = ontoDir)
# get all sources
get_source(ontology = onto)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.