%paste% is for standard string concatenation. %slash% is for concatenating file paths.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | a %paste% b
a %++% b
## Default S3 method:
a %paste% b
## S3 method for class 'character'
a %paste% b
a %slash% b
a %//% b
## Default S3 method:
a %slash% b
## S3 method for class 'character'
a %slash% b
|
a |
string a |
b |
string b |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.