powered by
The infix operators listed here are three versions of paste.
%\% is for preserving line breaks
%\%
%<<% is an infix replacement for paste
%<<%
paste
%<<<% is paste with no space and no break."
%<<<%
lhs %<<% rhs<="" p="">lhs %<<%>
lhs %<<
left string
right string
# NOT RUN { who <- "world" 'hello_' %<<<% who 'Sing with me' %<<% head(letters) %<<% '...' # }
Run the code above in your browser using DataLab