Split a given string into individual characters
1 | split_string(inp_vec, ptrn = "")
|
inp_vec |
(character) : A character vector (string) to split into individual characters |
ptrn |
(character) : A delimiter used to split the string - the default is a blank string so that this input string is split into individual characters |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.