Experimental export to rich text format (RTF) via the r2rtf package.
Arguments
- mpf
(
MatrixPrintForm)
aMatrixPrintFormobject.- colwidths
(
numeric)
column widths.- page_type
(
string)
name of a page type. Seepage_types. Ignored whenpg_widthandpg_heightare set directly.- pg_width
(
numeric(1))
page width in inches.- pg_height
(
numeric(1))
page height in inches.- landscape
(
flag)
whether the dimensions ofpage_typeshould be inverted for landscape orientation. Defaults toFALSE, ignored whenpg_widthandpg_heightare set directly.- margins
(
numeric(4))
named numeric vector containing"bottom","left","top", and"right"margins in inches. Defaults to.5inches for both vertical margins and.75for both horizontal margins.- font_size
(
numeric(1))
font size. Defaults to12.- ...
additional parameters passed to individual methods.
