table2office | R Documentation |
Export data.frame or statistical output to a table in Microsoft Office
table2office( x = NULL, target = "Report", append = FALSE, title = "", vanilla = FALSE, echo = FALSE, add.rownames = TRUE, preprocessing = "", type = "pptx", landscape = FALSE, left = 1, top = 1 )
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.