Project Status: Active – The project has reached a stable, usable state and is being actively developed.


minimal R version CRAN_Status_Badge packageversion


Last-changedate

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

raddath

RStudio addins let you run R code or a Shiny app through the Rstudio IDE, either via the Addins dropdown menu or with a keyboard shortcut.

RStudio docs on addins (with examples): https://rstudio.github.io/rstudioaddins/

To use addins:

Addins

Theme switching

This package provides two menu options for changing the RStudio theme. I use a dark Monokai theme normally, but this throws students off when I an teaching, so I like to use the default Textmate theme then.

(code for this borrowed from David Severski)

view_object_addin

The view_object_addin takes selected text and pipes it into View() so you can inspect it in RStudio without typing the command in the console or finding and clicking on it in the "Environment" panel. The addin works best when you assign it a keyboard shortcut, like ctrl + shift + v.

To use this addin:

Credits

I basically pilfered the template for this addin from Jenny Bryan's jadd.



andrewheiss/raddath documentation built on May 10, 2019, 10:32 a.m.