Package addin.tools contains various functions that help to construct RStudio addins. The functions are wrappers arround package rstudioapi. They are used as the core functions for packages addins.rmd, addins.rs and other.

Install package

Install development version from GitHub:

if (!require(devtools)) install.packages("devtools")
devtools::install_github("GegznaV/addin.tools")

More information at https://gegznav.github.io/addin.tools/