separate_cnj {abjutils} | R Documentation |
Wrapper around tidyr::separate()
that splits a column
with lawsuit IDs into 6 columns with its parts (see extract_parts()
).
Note that the IDs must be built (see build_id()
).
separate_cnj(data, col, ...)
data |
A data frame |
col |
Column name or position (see |
... |
Other arguments passed on to |