officer (version 0.3.1)

break_column_before: add a column break

Description

add a column break into a Word document. A column break is used to add a break in a multi columns section in a Word Document.

Usage

break_column_before(x)

slip_in_column_break(x, pos = "before")

Arguments

x

an rdocx object

pos

where to add the new element relative to the cursor, "after" or "before".