Learn R Programming

pandocfilters (version 0.1-6)

Div: 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 "Attr"

Examples

Run this code
blocks <- Plain("Hello R!")
Div(blocks)

Run the code above in your browser using DataLab