Learn R Programming

wrapr (version 1.0.1)

qc: Quoting version of c() array concatinator.

Description

Quoting version of c() array concatinator.

Usage

qc(...)

Arguments

...

items to place into an array

Value

quoted array of character items

Examples

Run this code
# NOT RUN {
qc(a, qc(b, c))

# }

Run the code above in your browser using DataLab