code-recipe
coding tips
Monday, May 6, 2013
split one column into two by a string #R
library
(
stringr
)
str_split_fixed
(
column
,
"string"
,
2
)
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment