download_stf_collection: Downloads Brazilian Supreme Courts decisions' collection

View source: R/download_stf_collection.R

download_stf_collectionR Documentation

Downloads Brazilian Supreme Courts decisions' collection

Description

Downloads Brazilian Supreme Courts decisions' collection

Usage

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

## Not run: 
download_stf_colletion(decision_type = "monocraticas", years = c(2017, 2018), path = ".")

## End(Not run)

jjesusfilho/stf documentation built on Dec. 12, 2024, 4:45 a.m.