vocabulary_suggest: Vocabulary services - Get suggestions for terms

View source: R/vocabulary_suggest.R

vocabulary_suggestR Documentation

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

## Not run: 
vocabulary_suggest("cell")

## End(Not run)

ropensci/rif documentation built on May 18, 2022, 6:40 p.m.