load_ontology {ontologics}R Documentation

Load an ontology

Description

Load an ontology

Usage

load_ontology(path = NULL)

Arguments

path

character(1)
the path where the ontology to load is stored.

Value

A table of the full ontology (i.e., where attribute and mapping tables are joined).

Examples

# load an already existing ontology
load_ontology(path = system.file("extdata", "crops.rds", package = "ontologics"))


[Package ontologics version 0.7.0 Index]