Learn R Programming

rif (version 0.2.0)

vocabulary_suggest: Vocabulary services - Get suggestions for terms

Description

DOESN'T SEEM TO WORK

Usage

vocabulary_suggest(query, limit = 10, key = NULL, ...)

Arguments

query
(character) Query terms
limit
The number of candidates to return. Default: 20
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

Examples

Run this code
## Not run: ------------------------------------
# vocabulary_suggest("cell")
## ---------------------------------------------

Run the code above in your browser using DataLab