Description Usage Arguments Details Value Examples
combine texblock object into bigger texblock objects
1 2 3 4 5 | ## S3 method for class 'tb'
e1 + e2
## S3 method for class 'tb'
e1 / e2
|
e1 |
texblock object, right hand side object |
e2 |
texblock object, left hand side object |
: joins e1 to e2 horizontally (cbind)
/ : joins e1 to e2 vertically with no hline betweet them (rbind)
texblock object
1 2 3 4 5 6 7 8 9 10 11 12 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.