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