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

An RStudio addin to add square brackets (if keys do not work)

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 adding square brackets (adapted from https://github.com/csgillespie/roxygen2Comment).

This package can be installed via

devtools::install_github("Hillea/AddBrackets")

Running addins

After installing the package, the Addins menu toolbar will be populated with the new, exported addin.



Hillea/AddBracketsRStudio documentation built on May 6, 2019, 4:36 p.m.