split {hashids} | R Documentation |
Splits a string based on a set of splitting characters
Description
Splits a string based on a set of splitting characters
Usage
split(string, splitters)
Arguments
string |
String to split |
splitters |
set of splitting characters as a string |
Value
split vector of characters
[Package hashids version 0.9.0 Index]