View source: R/pandocfilters.R
| Div | R Documentation |
Constructs a block object of type "Div".
Div(blocks, attr = Attr())
blocks |
a block object or list of block objects |
attr |
an object of type |
blocks <- Plain("Hello R!")
Div(blocks)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.