cs: c for strings

Description Usage Arguments Value Examples

Description

Make a character vector without quotes. Ignores if the values entered are variable names

Usage

1

Arguments

...

This is coerced to a character vector

Value

A character vector of the input values.

Examples

1
2
3
4
a <- TRUE
string_arb <- cs(a, b, c)
string_arb
#> "a" "b" "c"

KevinRPan/handy documentation built on May 4, 2019, 2:34 p.m.