README.md

katereR

A package catering to Kate's workflow.

Installation

devtools::install_github("katekathrynkat/katereR")

RStudio project templates

Usage

Open a new project in RStudio: File -> New Project -> New Directory -> katereR

R Markdown templates

View examples at https://katekathrynkat.github.io/katereR/

Usage

Open a new .Rmd file in RStudio: File -> New File -> R Markdown -> From Template -> katereR

ggplot themes

Usage

library(katereR)
library(ggplot2)
p <- ggplot(cars, aes(x = speed, y = dist)) +
            geom_point()
p + theme_foundation()

Acknowledgements

Code originally modified from epuRate, ptexamples, and ggthemes.



katekathrynkat/katereR documentation built on Dec. 21, 2021, 5:19 a.m.