knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "README-"
)

An RStudio addin for roxygen2 code blocks

Build Status CRAN

RStudio addins let you execute a bit of R code or a Shiny app through the RStudio IDE, either via the Addins dropdown menu or with a keyboard shortcut. This package contains an RStudio addin for commenting roxygen2 code.

This package can be installed via

devtools::install_github("csgillespie/roxygen2Comment")

Running addins

After installing the package, the Addins menu toolbar will be populated with the new, exported addin. The addin will work exactly like the RStudio keyboard shortcut for commenting.

Manage your addins

See my other package for conviently adding and removing RStudio addins.

Other information



csgillespie/roxygen2Comment documentation built on March 15, 2021, 4:58 p.m.