Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 195 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 195 Bytes

RThemes

Themes for R Studio

To add a Theme to your R.Studio, use:

library(rstudioapi)

addTheme("/url-to-the-rstheme/", apply = TRUE)

Full tutorial here: https://r-coder.com/rstudio-themes/