library(tidyverse)
library(haitipkg)
path <- system.file("extdata", "rainfall.csv", package = 'haitipkg')
haitiRainfall <- readr::read_csv(path)
usethis::use_data(
haitiRainfall,
overwrite = TRUE
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.