break_column_before {officer} | R Documentation |
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.
break_column_before(x) slip_in_column_break(x, pos = "before")
x |
an rdocx object |
pos |
where to add the new element relative to the cursor, "after" or "before". |