literature_mltext: Literature - more like text search

Description Usage Arguments See Also Examples

Description

Literature - more like text search

Usage

1
literature_mltext(text, offset = 0, count = 20, key = NULL, ...)

Arguments

text

The query

offset

(integer) The result (row) to start on query 0

count

(integer) The number of results (rows) to return. Default: 5

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 literature: literature_mlpmid, literature_pmid, literature_retractions

Examples

1
2
3
4
5
## Not run: 
literature_mltext(text = "cellular")
literature_mltext(text = "ecology", count = 200)

## End(Not run)

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