Description Usage Arguments Value Examples
Returns indicies of multirow or multicolumn in a texblocks
1 2 3 | find_multicol(x)
find_multirow(x)
|
x |
texblock |
data.frame
1 2 3 4 | x <- multicol('a',2)
y <- multirow('a',2)
x%>%find_multicol()
y%>%find_multirow()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.