table2office {rrtable}R Documentation

Export data.frame or statistical output to a table in Microsoft Office

Description

Export data.frame or statistical output to a table in Microsoft Office

Usage

table2office(
  x = NULL,
  target = "Report",
  append = FALSE,
  title = "",
  vanilla = FALSE,
  echo = FALSE,
  add.rownames = TRUE,
  preprocessing = "",
  type = "pptx",
  landscape = FALSE,
  left = 1,
  top = 1
)

Arguments

x

An object or string

target

name of output file

append

logical value

title

Optional character of plot title

vanilla

A logical

echo

logical

add.rownames

logical

preprocessing

A character string

type

"pptx" or "docx"

landscape

logical

left

left margin

top

top margin


[Package rrtable version 0.3.0 Index]