powered by
Load an ontology
load_ontology(path = NULL)
A table of the full ontology (i.e., where attribute and mapping tables are joined).
character(1) the path where the ontology to load is stored.
character(1)
# load an already existing ontology load_ontology(path = system.file("extdata", "crops.rds", package = "ontologics"))
Run the code above in your browser using DataLab