Description Usage Arguments Details Value Author(s) References Examples
Retrieve PubMed record identifiers from Entrez following a search performed via the get_pubmed_ids() function. Identifiers are returned as a character vector.
1 | fetch_all_pubmed_ids(pubmed_id_list)
|
pubmed_id_list |
List: the result of a get_pubmed_ids() call. |
Retrieve PubMed identifiers, without any other information (such as article title, authors, publication date, and so on). The PubMed IDs can be stored or used with other software.
Character vector including all PMID (PubMed Identifiers) returned by the current query.
Damiano Fantini damiano.fantini@gmail.com
https://www.data-pulse.com/dev_site/easypubmed/
1 2 3 4 5 6 7 8 9 | ## Not run:
## Fetch only PubMed Record IDs (PMIDs)
dami_query_string <- "Damiano Fantini[AU]"
dami_on_pubmed <- get_pubmed_ids(dami_query_string)
dami_pmids <- fetch_all_pubmed_ids(dami_on_pubmed)
print(dami_pmids)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.