Package: export Type: Package Title: Streamlined Export of Graphs and Data Tables Version: 0.3.3 Authors@R: c(person("Tom", "Wenseleers", role = c("aut", "cre"), email = "tom.wenseleers@kuleuven.be"), person("Christophe", "Vanderaa", role = c("aut"), email = "christophe.vanderaa@kuleuven.be")) Maintainer: Tom Wenseleers Depends: R (>= 3.0) Imports: stats, utils, datasets, grDevices, officer (>= 0.2.2), rvg (>= 0.1.8), xtable (>= 1.8-2), flextable (>= 0.4.3), xml2 (>= 1.2.0), stargazer (>= 5.2.1), openxlsx (>= 4.0.17), broom (>= 0.4.4), devEMF (>= 3.8) Suggests: rgl (>= 0.99.16), ggplot2 (>= 1.0) Description: 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... License: GPL-2 BugReports: https://github.com/tomwenseleers/export/issues RoxygenNote: 7.3.3 Encoding: UTF-8 NeedsCompilation: no Config/pak/sysreqs: libcairo2-dev cmake libfontconfig1-dev libfreetype6-dev libfribidi-dev make libharfbuzz-dev libicu-dev libjpeg-dev libpng-dev libtiff-dev libuv1-dev libwebp-dev libxml2-dev libssl-dev zlib1g-dev Repository: https://tomwenseleers.r-universe.dev Date/Publication: 2026-06-22 11:25:32 UTC RemoteUrl: https://github.com/tomwenseleers/export RemoteRef: HEAD RemoteSha: 9349d4ab05cdcdc68858bcf96b962b10b3aaef06 Packaged: 2026-06-22 14:03:31 UTC; root Author: Tom Wenseleers [aut, cre], Christophe Vanderaa [aut]