View source: R/download_data.R
download_data | R Documentation |
Download data about papers that cites input paper from PubMed by its PMID.
download_data(PMID, type = c("cited_by", "references"))
PMID |
A single character or integer of interests paper. |
type |
One of "cited_by" or "references" to specify output info. |
If available data is not NULL
then returns corresponding to
type
character vector.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.