| hal_download | R Documentation |
Download Documents
hal_download(x, ...)
## S3 method for class 'HALQuery'
hal_download(
x,
limit = 30,
start = 0,
progress = getOption("odyssey.progress"),
verbose = getOption("odyssey.verbose"),
...
)
x |
An object of class |
... |
Currently not used. |
limit |
An |
start |
An |
progress |
A |
verbose |
A |
An (invisible) logical scalar, TRUE for success and FALSE if
any failure.
N. Frerebeau
Other search tools:
search()
## Not run:
library(magrittr)
## Download the 10 most recent archaeological publication
## (if any files)
hal_api() %>%
hal_query("archéologie") %>%
hal_filter("ART" %IN% "docType_s") %>%
hal_sort("producedDate_tdate", decreasing = TRUE) %>%
hal_download(limit = 10)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.