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, ...)A data frame
Column name or position (see tidyr::separate())
Other arguments passed on to tidyr::separate()