Description Usage Arguments Details Value Note Author(s) Examples
List defined individuals pertaining to a specific class from a METACLIP vocabulary
1 | knownClassIndividuals(classname, vocabulary = "datasource")
|
classname |
The parent class from which the individual instances are queried |
vocabulary |
The target vocabulary name. Possible values are |
The function will check the existing individuals in the latest stable datasource ontology release, available in http://metaclip.predictia.es/datasource/datasource.owl
A character vector of individuals for that class
The function won't work if there is no internet connection, or any other connection problem prevents read access to the ontology file.
J Bedia, D. San-MartÃn
1 2 3 4 5 6 | knownClassIndividuals("ModellingCenter")
knownClassIndividuals("ETCCDI")
# In case a class is misspelled or it has no individuals,
# an empty vector is returned, with a warning:
knownClassIndividuals("ETCDDI")
knownClassIndividuals("Dataset")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.