myPmApiRequest: Gather bibliographic content from PubMed database using NCBI...

myPmApiRequestR Documentation

Gather bibliographic content from PubMed database using NCBI entrez APIs

Description

It gathers metadata about publications from the NCBI PubMed database. The use of NCBI PubMed APIs is entirely free, and doesn't necessary require an API key. The function pmApiRequest queries NCBI PubMed using an entrez query formulated through the function pmQueryBuild.

Usage

myPmApiRequest(query, limit, api_key = NULL)

Arguments

query

is a character. It contains a search query formulated using the Entrez query language.

limit

numeric. It indicates the max number of records to download.

api_key

character. It contains a valid api key API keys for the NCBI E-utilities.


cardiomoon/webr3 documentation built on Oct. 9, 2022, 1:52 p.m.