View source: R/download_stf_collection.R
download_stf_collection | R Documentation |
Downloads Brazilian Supreme Courts decisions' collection
download_stf_collection(decision_type = NULL, years = NULL, dir = ".")
decision_type |
either "monocraticas", "presidente" or "colegiadas" |
years |
numeric vector of years |
dir |
directory where to download the files. Defalts to the current dir. |
downloaded files with metadata of all supreme court's decisions
## Not run:
download_stf_colletion(decision_type = "monocraticas", years = c(2017, 2018), path = ".")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.