## code to prepare `DATASET` dataset goes here
library(tidyverse)
ForestFires <- readr::read_csv("forestfires.csv")
usethis::use_data(ForestFires)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.