Learn R Programming

pandocfilters (version 0.1-3)

Note: Note

Description

Constructs an inline object of type "Note".

Usage

Note(x)

Arguments

x

a pandoc block object or a list of pandoc block objects

Examples

Run this code
# NOT RUN {
block <- Plain("x")
Note(block)
# }

Run the code above in your browser using DataLab