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

View source: R/vocabulary_search.R

vocabulary_searchR Documentation

Vocabulary services - Search for vocabulary terms and their metadata

Description

Vocabulary services - Search for vocabulary terms and their metadata

Usage

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

## Not run: 
vocabulary_search("cell")
vocabulary_search("cell", limit = 3)
vocabulary_search("cell", category = "biological_process")

## End(Not run)

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