Rdocumentation
powered by
Learn R Programming
multiplyr (version 0.1.1)
.p: Concatenate (internal)
Description
Shorthand for concatenating strings together
Usage
.p(...)
Arguments
...
Strings to be concatenated
Value
Concetenated string
Examples
Run this code
cat (.p(
"hello "
,
"world!"
))
Run the code above in your browser using
DataLab