knitr::opts_chunk$set(echo = TRUE) library(tidyverse) library(devtools) library(roxygen2)
# Load in UCSB rainfall data UCSB_rain <- read_csv("R/UCSB_rain.csv") # Store UCSB rainfall data use_data(UCSB_rain, pkg=climatechangeimpacts) # Document UCSB_daily_rainfall.R devtools::document(UCSB_rain)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.