#' Use daytime theme.
#'
#' Quickly switch to daytime theme, currently this is Solarized Light.
#'
#' @export
use_daytime_theme <- function(){
# Set default theme
rstudioapi::applyTheme("Solarized Light")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.