break_column_before
From officer v0.3.4
by David Gohel
add a column break
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".
Community examples
Looks like there are no examples yet.