## code to prepare `costs` dataset goes here
costs <- readxl::read_excel("data-raw/costs.xlsx") %>%
as.data.frame()
usethis::use_data(costs, overwrite = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.