Learn R Programming

pandocfilters (version 0.1-3)

document: Create a new Document

Description

Constructs an object of type "document".

Usage

document()

Arguments

Details

Each document has the following methods:

to_json()

Description

write(con, format="markdown", writer=write.pandoc)

Description

Arguments

Note

append(x)

Description

Arguments

append_plain(x)

append_para(x)

append_code_block(attr, code)

append_block_quote(blocks)

append_ordered_list(lattr, lblocks)

append_bullet_list(lblocks)

append_definition_list(x)

append_header(x, level=1L, attr=Attr())

append_horizontal_rule()

append_table(rows, col_names=NULL, aligns=NULL, col_width=NULL, caption=list())

append_div(blocks, attr)

append_null()