Rdocumentation
powered by
Learn R Programming
praktikum (version 0.1)
c_: Split a string into a character vector
Description
Splits a string: c_("a b c") is equivalent to c("a", "b", "c") A wrapper around strsplit
Usage
c_(str, sep = " ")
Arguments
str
a string
sep
separator
Value
a vector