mi_split_str | R Documentation |
Split the string into individual characters and complete the character vector to the maximum length.
mi_split_str(str, pad_len)
str |
The string to be splited. |
pad_len |
The length of longest ID, i.e. the maxlength. |
Splited character vector.
string_test <- "Good Job"
length <- 15
mi_split_str(string_test, length)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.