powered by
a %&% b
a
b
paste(a, b, sep="")
paste
as.character
substr
nchar
strsplit
cat
sprintf
"I am" %&% "hungry" # [1] "I am hungry"
Run the code above in your browser using DataLab