vocabulary_suggest: Vocabulary services - Get suggestions for terms

Description Usage Arguments See Also Examples

Description

DOESN'T SEEM TO WORK

Usage

1
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

1
2
3
4
## Not run: 
vocabulary_suggest("cell")

## End(Not run)

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