Experimental export to RTF via the r2rtf
package
Arguments
- mpf
MatrixPrintForm. MatrixPrintForm object.
- colwidths
character(1). Column widths.
- page_type
character(1). Name of a page type. See
page_types
. Ignored whenpg_width
andpg_height
are set directly.- pg_width
numeric(1). Page width in inches.
- pg_height
numeric(1). Page height in inches.
- landscape
logical(1). Should the dimensions of
page_type
be inverted for landscape? Defaults toFALSE
, ignored whenpg_width
andpg_height
are set directly.- margins
numeric(4). Named numeric vector containing
'top'
,'bottom'
,'left'
, and'right'
margins in inches. Defaults to.5
inches for both vertical margins and.75
for both horizontal margins.- font_size
numeric(1). Font size, defaults to 12.
- ...
Passed to individual methods.