/atables

a simple R addin that helps table output to a .docx file

Primary LanguageROtherNOASSERTION


atables

Lifecycle: experimental

The goal of atables is to output tables from global environment to a .docx file efficiently.

Installation

You can install the package from GitHub:

# install.packages("devtools")
devtools::install_github("KiayangQ/atables@main")

Usage

Click “Addins” in Rstudio, find and click “output tables”.

Note

You can only use the addin when objects are detected at global environment, otherwise an error message will pop up.