Learn R Programming

addinslist (version 0.5.0)

addinslistAddin: Addin for browsing and installing RStudio addins

Description

This addin allows you to interactively browse through the list of existing addins, see which ones you already have installed, and let you install/uninstall the corresponding package of each addin. This addin can be invoked from RStudio's "Addins" menu.

Usage

addinslistAddin()

Arguments

Examples

Run this code
if (interactive()) {
  addinslistAddin()
}

Run the code above in your browser using DataLab