qprint: qprint

Description Usage Arguments Examples

Description

qprint prints data.frame, matrix, and table objects to word documents.

Usage

1
2
3
qprint(table = FALSE, filename = "RPrintout.doc",
  tableHeading = "Table X", row.names = FALSE, fontsize = 10,
  column.margins = 1)

Arguments

table

Either a data.frame, matrix, or table R object

filename

Name of the output word document

tableHeading

Heading for the table in the output word document

row.names

If TRUE, the row.names of the input object is retained for the output document

fontsize

Fontsize for the output document

column.margins

Width of the columns in the output table

Examples

1
#qprint(table = OutputTable, filename = "OutputFileName.doc")

TaylorAndrew/atMisc documentation built on May 9, 2019, 4:22 p.m.