View source: R/download_stf_dockets.R
download_stf_dockets | R Documentation |
Downloads Brazilian Supreme Court lawsuits based on the proceding class and the docket number.
download_stf_dockets(
class = NULL,
docket_number = NULL,
abas = c("detalhes", "partes", "andamentos", "informacoes"),
dir = "."
)
class |
This is what in Brazil is called classe processual |
docket_number |
Number of the lawsuit |
abas |
c("partes","andamentos","informacoes","detalhes") |
dir |
directory under which all subdirectories will be placed. |
htmls in nine folders corresponding to each one of the stf webpage tabs.
## Not run:
download_stf_dockets(class = "HC", docket_number = "4050")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.