%qc% {wrapr} | R Documentation |
Inline quoting list/array concatenate.
Description
Inline quoting list/array concatenate.
Usage
e1 %qc% e2
Arguments
e1 |
first, or left argument. |
e2 |
second, or right argument. |
Value
qc(e1, c2)
Examples
1:2 %qc% 5:6
c("a", "b") %qc% d
a %qc% b %qc% c
[Package wrapr version 2.1.0 Index]