Div {pandocfilters} | R Documentation |
Generic Block Container with Attributes
Description
Constructs a block object of type "Div"
.
Usage
Div(blocks, attr = Attr())
Arguments
blocks |
a block object or list of block objects |
attr |
an object of type |
Examples
blocks <- Plain("Hello R!")
Div(blocks)
[Package pandocfilters version 0.1-6 Index]