scrap_pubmed | R Documentation |
Main function
scrap_pubmed( PMID_list, filename_base, n_cites_threshold = 2, n_refers_treshold = 2, pubmed_api_key, year_left, year_right = substr(Sys.Date(), 1, 4) )
PMID_list |
A character vector of PMIDs of interesting papers. |
filename_base |
A character contains path to output and filename base |
n_cites_threshold |
An integer. The minimum number of papers that a given article should refer to. |
n_refers_treshold |
An integer. The minimum number of papers that a given article should refer to. |
pubmed_api_key |
Your pubmed API key. |
List of two data.frame's. First – about papers that cites given PMID_list
, second – about papers on which refer given PMID_list
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.