#'@export
update_geom_args <- function(x) {
# Set default position to "dodge2" for histogram.
formals(geom_histogram)$position <- ggplot2::position_dodge2(preserve = "single")
# Default number to bins.
formals(geom_histogram)$bins <- 12L
# Change family of geom_text().
formals(geom_text)$family <- "Source Sans Pro"
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.