officer (version 0.3.8)

block_section: new section

Description

Create a representation of a section

Usage

block_section(property)

Arguments

property

section properties defined with function prop_section

See Also

Other block functions for reporting: block_caption(), block_list(), block_table(), block_toc(), fpar(), plot_instr(), unordered_list()

Examples

Run this code
# NOT RUN {
prop_section(
  page_size = page_size(orient = "landscape"),
  page_margins = page_mar(top = 2),
  type = "continuous"
)
# }

Run the code above in your browser using DataCamp Workspace