opendocx:来自 R 的 docx 写作

时间:2024-07-20 16:14:54
【文件属性】:

文件名称:opendocx:来自 R 的 docx 写作

文件大小:704KB

文件格式:ZIP

更新时间:2024-07-20 16:14:54

R

opendocx 将 data.frame 写入 docx 文档。 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") 安装 install_github("awalker89/opendocx")


【文件预览】:
opendocx-master
----src-x64()
--------opendocx.dll(719KB)
--------cppFunctions.cpp(613B)
--------RcppExports.o(46KB)
--------RcppExports.cpp(987B)
--------cppFunctions.o(28KB)
----NAMESPACE(136B)
----DESCRIPTION(367B)
----src()
--------opendocx.dll(719KB)
--------cppFunctions.cpp(613B)
--------RcppExports.o(46KB)
--------cppFunctions.o(28KB)
--------.gitignore(16B)
----R()
--------DocumentClass.R(12KB)
--------baseXML.R(54KB)
--------RcppExports.R(271B)
--------wrappers.R(2KB)
----.Rbuildignore(28B)
----src-i386()
--------opendocx.dll(562KB)
--------cppFunctions.cpp(613B)
--------RcppExports.o(36KB)
--------RcppExports.cpp(987B)
--------cppFunctions.o(21KB)
----README.md(371B)
----opendocx.Rproj(342B)
----testing.R(2KB)
----man()
--------write.docx.Rd(855B)
----.gitignore(29B)

网友评论