The rtables
R package was designed to create and display complex
tables with R. The cells in an rtable
may contain any high-dimensional
data structure which can then be displayed with cell-specific formatting
instructions. Currently, rtables
can be outputted in ascii
html
,
and pdf
, as well Power Point (via conversion to flextable
objects).
This package rtables.officer
is designed to support the exporting
outputs relate Microsoft office software such as word
and
powerpoint
.
rtables
and rtables.officer
is developed and copy written by
F. Hoffmann-La Roche
and it is released open source under Apache
License Version 2.
rtables.officer
can be installed with the latest development version
directly from GitHub with:
# install.packages("pak")
pak::pak("insightsengineering/rtables.officer")