A package catering to Kate's workflow.
devtools::install_github("katekathrynkat/katereR")
eco_analysis
: General project for ecological data analysisOpen a new project in RStudio: File -> New Project -> New Directory -> katereR
View examples at https://katekathrynkat.github.io/katereR/
t_analysis
: General Rmd for data analysist_datasets
: Rmd for describing datat_index
: Rmd to use as the home page for a project websitet_notes
: Rmd for notest_simple
: Simple RmdOpen a new .Rmd file in RStudio: File -> New File -> R Markdown -> From Template -> katereR
foundation
: Base themelibrary(katereR)
library(ggplot2)
p <- ggplot(cars, aes(x = speed, y = dist)) +
geom_point()
p + theme_foundation()
Code originally modified from epuRate, ptexamples, and ggthemes.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.