library(tidyverse)
#
# The `rainfall` dataset
#
rainfall <-
readr::read_csv("./data-raw/10b-rainfall.csv", col_types = "iddddddd")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.