mi_split_str {MantaID}R Documentation

Split the string into individual characters and complete the character vector to the maximum length.

Description

Split the string into individual characters and complete the character vector to the maximum length.

Usage

mi_split_str(str, pad_len)

Arguments

str

The string to be splited.

pad_len

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

Value

Splited character vector.

Examples

string_test = "Good Job"
length = 15
mi_split_str(string_test,length)

[Package MantaID version 1.0.2 Index]