View source: R/similar_articles.R
similar_articles | R Documentation |
Download data about papers that are similar to given PMID_list
from PubMed
by PMID character vector with download_similar
and returns data.frame.
similar_articles(PMID_list, year_left, year_right = substr(Sys.Date(), 1, 4))
PMID_list |
A character vector of PMIDs of interests papers. |
year_left |
Shows left time interval for output |
year_right |
Shows right time interval for output. Default - current year. |
If available data is not NULL
.
then returns data.frame with data about papers that are similar to PMID_list
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.