Description Usage Arguments Value Examples
View source: R/baixar_cjsg_trf1.R
Baixa decisões de segunda instância do TRF1
1 2 3 4 5 6 7 8 | baixar_cjsg_trf1(
livre = "",
aspas = FALSE,
tipo = "ACORDAO",
data_inicial = "",
data_final = "",
diretorio = "."
)
|
livre |
busca livre |
aspas |
TRUE para colocar a busca entre aspas |
tipo |
Default para "ACÓRDÃOS" |
data_inicial |
formato "dd/mm/aaaa" |
data_final |
formato "dd/mm/aaaa" |
diretorio |
Default para atual. |
Baixa os htmls nos diretório especificado
1 2 3 4 5 6 7 | ## Not run:
baixar_cjsg_trf1(
livre = "", tipo = "ACORDAO",
data_inicial = "10/07/2019", data_final = "31/07/2019"
)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.