storms <-
dplyr::storms %>%
dplyr::mutate("period_ending" = as.Date(paste(
.$year,
.$month,
.$day,
sep = "-"))
) %>%
dplyr::select(-c("year", "month", "day"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.