mi_split_col {MantaID}R Documentation

Cut the string of ID column character by character and divide it into multiple columns.

Description

Cut the string of ID column character by character and divide it into multiple columns.

Usage

mi_split_col(data, cores = NULL, pad_len = 10)

Arguments

data

Dataframe(tibble) to be split.

cores

Int.The num of cores to allocate for computing.

pad_len

The length of longest id, i.e. the maxlength.

Value

A tibble with pad_len+1 column.


[Package MantaID version 1.0.2 Index]