Skip to contents

This function retrieves full text articles from PubMed Central.

Usage

get_pmc_fulltext(pmids, api_key = NULL)

Arguments

pmids

Character vector of PubMed IDs.

api_key

Character string. NCBI API key for higher rate limits (optional).

Value

A data frame containing article metadata and full text.

Examples

if (FALSE) { # \dontrun{
full_texts <- get_pmc_fulltext(c("12345678", "23456789"))
} # }