literature_mltext: Literature - more like text search

View source: R/literature_mltext.R

literature_mltextR Documentation

Literature - more like text search

Description

Literature - more like text search

Usage

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

## Not run: 
literature_mltext(text = "cellular")
literature_mltext(text = "ecology", count = 200)

## End(Not run)

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