Learn R Programming

MantaID (version 1.0.4)

mi_split_col: 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)

Value

A tibble with pad_len+1 column.

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.