Skip to content

Commit

Permalink
Update tjsp_baixar_tabela_cd_processo.R
Browse files Browse the repository at this point in the history
  • Loading branch information
jjesusfilho authored Mar 4, 2024
1 parent b370bf9 commit 3d07277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/tjsp_baixar_tabela_cd_processo.R
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ tjsp_baixar_tabela_cd_processo <- function (cd_processo = NULL, diretorio = ".")



arquivo <- file.path(diretorio, paste0("tabela_cd_processo_pg_", .x, "cd_processo_sg_",cdProcesso,".html"))
arquivo <- file.path(diretorio, paste0("tabela_cd_processo_pg_", .x, "_cd_processo_sg_",cdProcesso,".html"))


} else{
Expand Down

0 comments on commit 3d07277

Please sign in to comment.