Downloads Brazilian Supreme Courts decisions' collection

download_stf_collection(decision_type = NULL, years = NULL, dir = ".")

Arguments

decision_type

either "monocraticas", "presidente" or "colegiadas"

years

numeric vector of years

dir

directory where to download the files. Defalts to the current dir.

Value

downloaded files with metadata of all supreme court's decisions

Examples

if (FALSE) {
download_stf_colletion(decision_type = "monocraticas", years = c(2017, 2018), path = ".")
}