get_pmc_fulltext {LBDiscover} | R Documentation |
Retrieve full text from PubMed Central
Description
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.
[Package LBDiscover version 0.1.0 Index]