RStudio Addin Manager

rsam provides a command line and user interface to manage RStudio addins. You can show or hide the addins in the RStudio IDE dropdown menu and set keyboard shortcuts for them. Installation Since rsam manages the RStudio addins it must write to disk. For this reason the package cannot be hosted on CRAN. #install.packages('remotes') remotes::install_github('yonicd/rsam') Usage library(rsam) ## rsam persmissions set by ~/_rsam.yml User Interface The user interface is a shiny application that uses rhandshontable to interact with the addins. [Read More]