ncbiPMC: Search NCBI PMC database

Description Usage Arguments Details Value Author(s) References Examples

View source: R/ncbiPMC.R

Description

Searches the Pubmed Central database at NCBI and returns a short citation with author, year, title, journal and published date.

Usage

1
ncbiPMC(term, ...)

Arguments

term

Entrez search terms or a vector of PMC IDs

...

other options passed to parse_pmc_xml, current defaults are authorsN=3 and journalFull=TRUE

Details

Searches the PMC database and parses the XML returned by E-summary

Value

A data.frame

Author(s)

Chris Stubben

References

http://www.ncbi.nlm.nih.gov/pmc

Examples

1
2
3
4
5
6
## Not run: 
ncbiPMC("PMC2231364")
yp <- ncbiPMC("(YPO0* OR YPO1* OR YPO2* OR YPO3* OR YPO4*) AND (Yersinia[TITLE] OR Yersinia[ABSTRACT]) AND open access[FILTER]")
head(yp)

## End(Not run)

cstubben/pmcXML documentation built on May 14, 2019, 12:25 p.m.