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

Description Usage Arguments See Also Examples

Description

Vocabulary services - Search for vocabulary terms and their metadata

Usage

1
2
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

1
2
3
4
5
6
## Not run: 
vocabulary_search("cell")
vocabulary_search("cell", limit = 3)
vocabulary_search("cell", category = "biological_process")

## End(Not run)

rif documentation built on May 2, 2019, 5:54 a.m.