AllClasses: pmcERR S4 classes implementation in R

Description Slots See Also Examples

Description

PaperDownloader class is used to download papers given some entities.

Slots

entities

character vector of entities.

papers

list of papers, will be filled when downloaded.

papersDir

character indicating the path to locally store papers (can be character() in order to don't store them).

See Also

methods-PaperDownloader

Examples

1
2
3
## Create a PaperDownloader to query for two entities relations
entities <- c('terminal differentiation', 'basal-like');
pprDldr <- PaperDownloader(entities=entities, papersDir='/tmp/pmcERR/');

jcrodriguez1989/pmcERR documentation built on May 20, 2019, 10:20 p.m.