2019-08-07 R语言的export包

作者: Shalom小白 | 来源:发表于2019-08-07 09:32 被阅读2次

    安装

    install.packages("export")
    library(export)
    

    导出为ppt,并在ppt中修改

    graph2ppt(file="name.pptx", width=7, height=5)
    

    其他文件格式

    graph2doc导出到Word,还支持通过graph2office导出到LibreOffice。

    • graph2bitmap
    • graph2doc
    • graph2eps
    • graph2jpg
    • graph2office
    • graph2pdf
    • graph2png
    • graph2ppt
    • graph2svg
    • graph2tif
    • graph2vector

    表格:

    • table2csv
    • table2csv2
    • table2doc
    • table2excel
    • table2html
    • table2office
    • table2ppt
    • table2spreadsheet
    • table2tex

    相关文章

      网友评论

        本文标题:2019-08-07 R语言的export包

        本文链接:https://www.haomeiwen.com/subject/wxpndctx.html