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 = "."
)

Arguments

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.

Value

htmls in nine folders corresponding to each one of the stf webpage tabs.

Examples

if (FALSE) {
download_stf_dockets(class = "HC", docket_number = "4050")
}