View source: R/vocabulary_search.R
| vocabulary_search | R Documentation | 
Vocabulary services - Search for vocabulary terms and their metadata
vocabulary_search( term, limit = 20, category = NULL, vocabulary = NULL, key = NULL, ... )
| 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  | 
| ... | Curl options passed on to  | 
Other vocabulary: 
vocabulary_categories(),
vocabulary_providers(),
vocabulary_suggest(),
vocabulary()
## Not run: 
vocabulary_search("cell")
vocabulary_search("cell", limit = 3)
vocabulary_search("cell", category = "biological_process")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.