kSplit: Split a Vector of Strings Following Regular Structure
Description
This function takes a vector of strings following a
regular structure, and converts that vector into a
data.frame, split on that delimiter. A nice
wrapper to strsplit, essentially - the
primary bonus is the automatic coersion to a
data.frame.
Usage
kSplit(x, sep, names = NULL)
Arguments
x
a vector of strings
sep
the delimiter / regex you wish
to split your strings on
names
optional: a vector of names to pass to the
returned data.frame