vocabulary: Vocabulary services - get terms that match a prefix

Description Usage Arguments See Also Examples

Description

Vocabulary services - get terms that match a prefix

Usage

1
2
vocabulary(prefix = NULL, id = NULL, limit = 20, category = NULL,
  vocabulary = NULL, key = NULL, ...)

Arguments

prefix, id

(character) The prefix, or id of the term. Use one or the other

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_search, vocabulary_suggest

Examples

1
2
3
4
5
6
7
## Not run: 
vocabulary(prefix = "cell")
vocabulary(prefix = "cell", limit = 4)
vocabulary(prefix = "axon")
vocabulary(id = "GO_0022407")

## End(Not run)

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