src_URL
simplest srcFUN, just treat the input url as download link.
src_wiley
wiley library. Journal like GRL, JGR, WRR, HP,
all in the database.
If just src returned, you need to download with download_httr()
1 2 3 4 5 6 7 8 9 10 11 | src_URL(url)
url_AMS(doi)
url_IOP(doi)
url_copernicus(doi)
url_springer(doi)
url_nature(doi)
|
url |
pdf url |
doi |
Character, Digital Object Identifier, like
"10.1175/JHM-D-15-0157.1", URLencoding format is also supported, i.e.
"10.1175\
Based on doi, |
urls |
pdf urls |
outdir |
Output directory |
.download |
If true, it will will download pdf directly, and return pdf src. If false, only pdf src returned, without downlaoding pdf. |
... |
other parameters pass to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.