produce an ontology_index instance from semantic sql sqlite connection
Source:R/semsql_to_oi.R
semsql_to_oi.Rdproduce an ontology_index instance from semantic sql sqlite connection
Value
result of ontologyIndex::ontology_index evaluated for the labels and parent-child relations in tables statements and edge of the semantic sql resource
Examples
if (FALSE) { # \dontrun{
conn <- semsql_connect(ontology = "aio")
oi <- suppressWarnings(semsql_to_oi(conn@con))
names(oi)
} # }