Learn R Programming

rif (version 0.2.0)

vocabulary_search: Vocabulary services - Search for vocabulary terms and their metadata

Description

Vocabulary services - Search for vocabulary terms and their metadata

Usage

vocabulary_search(term, limit = 20, category = NULL, vocabulary = NULL,
  key = NULL, ...)

Arguments

term
(character) The search terms
limit
The number of candidates to return. Default: 20
category
A category
vocabulary
A vocabulary
key
(character) API key. required either passed in here or save as an env var or R option. see rif and Startup
...
Curl options passed on to crul::HttpClient()

See Also

Other vocabulary: vocabulary_categories, vocabulary_providers, vocabulary_suggest, vocabulary

Examples

Run this code
## Not run: ------------------------------------
# vocabulary_search("cell")
# vocabulary_search("cell", limit = 3)
# vocabulary_search("cell", category = "biological_process")
## ---------------------------------------------

Run the code above in your browser using DataLab