knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
aria2
and httr
.you need to download aria2, and add aria2 path to your system environment variables.
If you want to download paper use that package, you need to get the corresponding DOI. First of all, you should be confirm that your IP have the right to download that paper. And if you want to batch download paper, I suggest you get the DOIs from Web Of Science.
srcFUN
according to paper database.If this package have not yet, you can consider to extend the srcFUN, or contact me directly.
Their are two way, we provide to download paper.
- 1.aria2, which is same like wget, but can download parallel.
curl
.library(Ipaper) # download_httr download_httr("10.1175%2FJHM-D-15-0157.1", journal = '.', srcFUN = src_AMS) # download_aria2 DOIs <- rep("10.1175%2FJHM-D-15-0157.1", 4) #test aria2 parallel download download_aria2(DOIs, journal = "JHM", srcFUN = src_AMS, n = 4, Rshell = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.