download_stf_dockets.Rd
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 = "."
)
htmls in nine folders corresponding to each one of the stf webpage tabs.
if (FALSE) { # \dontrun{
download_stf_dockets(class = "HC", docket_number = "4050")
} # }