Package: export 0.3.0
Tom Wenseleers
export: Streamlined Export of Graphs and Data Tables
Easily export 'R' graphs and statistical output to 'Microsoft Office' / 'LibreOffice', 'Latex' and 'HTML' Documents, using sensible defaults that result in publication-quality output with simple, straightforward commands. Output to 'Microsoft Office' is in editable 'DrawingML' vector format for graphs, and can use corporate template documents for styling. This enables the production of standardized reports and also allows for manual tidy-up of the layout of 'R' graphs in 'Powerpoint' before final publication. Export of graphs is flexible, and functions enable the currently showing R graph or the currently showing 'R' stats object to be exported, but also allow the graphical or tabular output to be passed as objects. The package relies on package 'officer' for export to 'Office' documents,and output files are also fully compatible with 'LibreOffice'. Base 'R', 'ggplot2' and 'lattice' plots are supported, as well as a wide variety of 'R' stats objects, via wrappers to xtable(), broom::tidy() and stargazer(), including aov(), lm(), glm(), lme(), glmnet() and coxph() as well as matrices and data frames and many more...
Authors:
export_0.3.0.tar.gz
export_0.3.0.zip(r-4.5)export_0.3.0.zip(r-4.4)export_0.3.0.zip(r-4.3)
export_0.3.0.tgz(r-4.4-any)export_0.3.0.tgz(r-4.3-any)
export_0.3.0.tar.gz(r-4.5-noble)export_0.3.0.tar.gz(r-4.4-noble)
export_0.3.0.tgz(r-4.4-emscripten)export_0.3.0.tgz(r-4.3-emscripten)
export.pdf |export.html✨
export/json (API)
NEWS
# Install 'export' in R: |
install.packages('export', repos = c('https://tomwenseleers.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/tomwenseleers/export/issues
Last updated 2 years agofrom:9414f69d7c. Checks:OK: 5 NOTE: 2. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 09 2024 |
R-4.5-win | NOTE | Nov 09 2024 |
R-4.5-linux | NOTE | Nov 09 2024 |
R-4.4-win | OK | Nov 09 2024 |
R-4.4-mac | OK | Nov 09 2024 |
R-4.3-win | OK | Nov 09 2024 |
R-4.3-mac | OK | Nov 09 2024 |
Exports:graph2bitmapgraph2docgraph2epsgraph2jpggraph2officegraph2pdfgraph2pnggraph2pptgraph2svggraph2tifgraph2vectorrgl2bitmaprgl2pngtable2csvtable2csv2table2doctable2exceltable2htmltable2officetable2ppttable2spreadsheettable2tex
Dependencies:askpassbackportsbase64encbroombslibcachemclicpp11data.tabledevEMFdigestdplyrevaluatefansifastmapflextablefontawesomefontBitstreamVerafontLiberationfontquiverfsgdtoolsgenericsgluehighrhtmltoolshtmlwidgetsjquerylibjsonliteknitrlifecyclemagrittrmemoisemimeofficeropensslopenxlsxpillarpkgconfigpurrrR6raggrappdirsRcpprglrlangrmarkdownrvgsassstargazerstringistringrsyssystemfontstextshapingtibbletidyrtidyselecttinytexutf8uuidvctrswithrxfunxml2xtableyamlzip
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Save currently active R graph to bitmap format | graph2bitmap graph2jpg graph2png graph2tif |
Save currently active R graph to Microsoft Office / LibreOffice format | graph2doc graph2office graph2ppt |
Save currently active R graph to vector format | graph2eps graph2pdf graph2svg graph2vector |
Save currently active rgl 3D graph to bitmap format | rgl2bitmap rgl2png |
Export statistical output to a table in Microsoft Office / LibreOffice format | table2doc table2office table2ppt |
Export statistical output to a table in spreadsheet compatible format (.xlsx or .csv) | table2csv table2csv2 table2excel table2spreadsheet |
Export statistical output to HTML or Latex table | table2html table2tex |