Skip to content

Commit

Permalink
Update tjsp_ler_movimentacao.R
Browse files Browse the repository at this point in the history
  • Loading branch information
jjesusfilho authored Mar 27, 2024
1 parent 5139619 commit 471cf65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/tjsp_ler_movimentacao.R
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ tjsp_ler_movimentacao <- function (arquivos = NULL, diretorio = ".") {
tidyr::separate(
col = mov,
into = c("movimento", "descricao"),
sep = "\n\\s+"
sep = "\n\\s+", extra = "merge",
)
}, otherwise = NULL), .progress = TRUE)
}

0 comments on commit 471cf65

Please sign in to comment.