rif_query: Query NIF data

Description Usage Arguments See Also Examples

Description

Query NIF data

Usage

1
2
rif_query(query, expandSynonyms = TRUE, expandAcronyms = FALSE,
  expandAbbrevs = FALSE, expandInferred = TRUE, key = NULL, ...)

Arguments

query

Query terms

expandSynonyms

(logical) Should recognized terms in the query have synonyms expanded? Default: TRUE

expandAcronyms

(logical) Default: FALSE

expandAbbrevs

(logical) Default: FALSE

expandInferred

(logical) Should recognized terms in the query have inferred terms expanded? Default: TRUE

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 HttpClient

See Also

Other query: rif_query_categories

Examples

1
2
3
4
5
6
## Not run: 
rif_query(query = "anatomy")

rif_query("cellular", verbose = TRUE)

## End(Not run)

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