Skip to content

awalker89/opendocx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

opendocx

Write a data.frame to a docx document.

x <- head(iris)
doc <- write.docx(x, "test1.docx", layout = "portrait", colour = NULL)
doc <- write.docx(x, "test2.docx", layout = "portrait", colour = "#4f81BD")
doc <- write.docx(x, "test3.docx", layout = "landscape", colour = "#C0504D")

Installation

install_github("awalker89/opendocx")

About

docx writing from R

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published