## code to prepare `FedYieldCurve` dataset
FedYieldCurve = read.csv(file.path(getwd(), "data-raw", "FedYieldCurve.csv"), sep=";")
FedYieldCurve$Month = paste0(FedYieldCurve$Month, "-01")
FedYieldCurve$Month = base::as.Date(FedYieldCurve$Month)
usethis::use_data(FedYieldCurve, overwrite = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.