This function returns available ontologies.
It sends a getOntologyNamesRequest SOAP message
and retrieves and parses the getOntologyNamesResponse.
The original interface is public Map getOntologyNames().
Usage
ontologies(simplify = TRUE)
Arguments
simplify
A logical indicating whether the S4 Map
instance should be simplified. Default is TRUE.
Value
If simplify is TRUE, a data.frame
with available ontologies names and descriptions. An instance
of class Map otherwise.