download_decision_period: Download all CARF decisions from a period

Description Usage Arguments Value

Description

Download all CARF decisions from a period

Usage

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)

Arguments

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

Value

A character vetor with the paths to the downloaded files


BrunoDaleffi/CrawlerCarf documentation built on May 7, 2019, 4:36 p.m.