Description Usage Arguments Details Value Examples
Trims off the namespace from ontology items.
1 | trim_results(x)
|
x |
an object of class |
This function trims off the namespace information from ontology items. It should only be used when an rdfs:label has not been specified for the class or individual.
trimmed_results a vector
object that only contains the class
or individual names.
1 2 3 4 5 | ## Not run:
x <- "<http://aopkb.org/aop_ontology#Steatosis>"
trim_results(x)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.