knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
library(tibble) library(knitr) library(dplyr) library(forcats) library(ggplot2) library(modelr) library(tidyr) library(registryr) library(scales)
This document summarises the functions available in the package that are for internal use at CORRP.
theme_define("adnet") iris %>% group_by(Species) %>% summarise(sepal_length_mean = mean(Sepal.Length)) %>% ggplot(aes(x = Species, y = sepal_length_mean, fill = Species)) + geom_col()
Any changes to the registry specific colour schemes should be communicated with the package maintainer.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.