download_stf_dockets: Downloads Brazilian Supreme Court lawsuits based on the...

View source: R/download_stf_dockets.R

download_stf_docketsR Documentation

Downloads Brazilian Supreme Court lawsuits based on the proceding class and the docket number.

Description

Downloads Brazilian Supreme Court lawsuits based on the proceding class and the docket number.

Usage

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

## Not run: 
download_stf_dockets(class = "HC", docket_number = "4050")

## End(Not run)

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