separate_cnj: Separate a lawsuit ID column into its parts

Description Usage Arguments

View source: R/cnj.R

Description

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()).

Usage

1

Arguments

data

A data frame

col

Column name or position (see tidyr::separate())

...

Other arguments passed on to tidyr::separate()


abjutils documentation built on Feb. 1, 2022, 9:10 a.m.