Description Usage Arguments Value
Download all CARF decisions from a period
1 2 3 4 5 6 | download_decision_period(date_min = stringr::str_c(stringr::str_pad(lubridate::month(lubridate::today()),
2, "0", side = "left"), "/", lubridate::year(lubridate::today() -
lubridate::years(1))),
date_max = stringr::str_c(stringr::str_pad(lubridate::month(lubridate::today()),
2, "0", side = "left"), "/", lubridate::year(lubridate::today())),
path = ".", min_page = 1, max_page = Inf)
|
date_min |
First date of the range. The format need to be like 01/2018 |
date_max |
Final date of the range (with same year that date_min). The format need to be like 01/2018 |
path |
Directory where to save downloaded files |
min_page |
Page from which to start downloading |
max_page |
Page at which to stop downloading |
A character vetor with the paths to the downloaded files
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.