load_ontology: Load an ontology

View source: R/load_ontology.R

load_ontologyR 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"))


ontologics documentation built on May 31, 2023, 6:53 p.m.