qc {expss}R Documentation

Create vector of characters from unquoted strings (variable names)

Description

Usage

qc(...)

qe(...)

Arguments

...

unquoted names of variables in qc or unquoted expressions in qe.

Value

Vector of characters or expressions

Examples


## qc
qc(a, b, c)
identical(qc(a, b, c), c("a", "b", "c"))

mtcars[, qc(am, mpg, gear)]

## qe
qe(mrset(a1 %to% a6), mrset(b1 %to% b6), mrset(c1 %to% c6))

[Package expss version 0.11.6 Index]