qw: Emulate Perl's 'qw' (quoted words) function

Description Usage Arguments Value Examples

View source: R/character-vectors.R

Description

Hadley's solution on stackoverflow: http://stackoverflow.com/questions/520810/does-r-have-quote-like-operators-like-perls-qw

Usage

1

Arguments

...

Objects to be treated as characters

Value

Character vector

Examples

1
2
qw(a, b, c)
qw(1, a, 4)

imbs-hl/imbs documentation built on Sept. 6, 2019, 11:05 p.m.