Skip to content

export 0.2.2 and previous versions

Latest
Compare
Choose a tag to compare
@tomwenseleers tomwenseleers released this 05 Nov 08:52
· 50 commits to master since this release
c77ecd6

export 0.2.2

Package has been accepted on CRAN.

New features

  • Made export use officer and flextable rather than ReporteRs and rtable, as the two latter were removed from CRAN.
  • Created table2spreadsheet() to generate table in a Microsoft Excel / LibreOffice Calc file or in a CSV (using either comma or semicolon as separation)
  • table2spreadsheet() and table2office() use the "broom" package additionaly to the "xtable" package which allows for more data classes to be exported as tables

Removed features

  • Removed graph2tex() as it is better to use graph2bitmap or graph2pdf and to manually insert these in the LaTex document

export 0.2.1 Beta

New features

  • Created table2office() to generate tables in a presentation (Microsoft PowerPoint or LibreOffice) or in a document (Microsoft Word or LibreOffice) with similar behavior as graph2office().

export 0.2.0 Beta

New features

  • Automatic selection of paper size based on graph size in MS Office export
  • Added Latex export of graphs & tables