Experimental export to rich text format (RTF) via the r2rtf
package.
Arguments
- mpf
(
MatrixPrintForm
)
aMatrixPrintForm
object.- colwidths
(
numeric
)
column widths.- page_type
(
string
)
name of a page type. Seepage_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
(
flag
)
whether the dimensions ofpage_type
should be inverted for landscape orientation. Defaults toFALSE
, ignored whenpg_width
andpg_height
are set directly.- margins
(
numeric(4)
)
named numeric vector containing"bottom"
,"left"
,"top"
, 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 to12
.- ...
additional parameters passed to individual methods.