# set template library(HMSr) library(tidyverse) library(lubridate) # library(here) # library(readxl) # library(patchwork) # Override the default theme and colors for the ggplot theme_set_hms() # For the icelandic names of the months :) Sys.setenv(LANGUAGE="is") Sys.setlocale("LC_TIME", "Icelandic") # Set echo = TRUE to show the code knitr::opts_chunk$set( echo = FALSE, fig.width = 18/2.54, message = FALSE, warning = FALSE, include = TRUE, dpi = 300, dev.args=list(bg="white") )
Texti
# R kóði
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.