c_: Split a string into a character vector

Description Usage Arguments Value

Description

Splits a string: c_("a b c") is equivalent to c("a", "b", "c") A wrapper around strsplit

Usage

1
  c_(str, sep = " ")

Arguments

str

a string

sep

separator

Value

a vector


praktikum documentation built on May 2, 2019, 1:27 p.m.