mi_split_col.Rd
Cut the string of ID column character by character and divide it into multiple columns.
mi_split_col(data, cores = NULL, pad_len = 10)
Dataframe(tibble) to be split.
Int.The num of cores to allocate for computing.
The length of longest id, i.e. the maxlength.
A tibble with pad_len+1 column.