# Attach packages to namespace with roxygen2 document() function
#' @import tidyr readr stringr purrr dplyr tibble ggplot2
#' @importFrom magrittr %>%
#' @importFrom lubridate year month day hour mdy_hm mdy_hms ceiling_date date as_datetime
#' @importFrom tidyselect all_of
#' @importFrom methods new
#' @importFrom stats lm na.exclude
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.