#' @docType package
#' @keywords package
"_PACKAGE"
globalVariables(".")
## usethis namespace: start
#' @import rlang
#' @import vctrs
#' @import tsibble
#' @importFrom dplyr mutate transmute summarise filter select rename group_by ungroup groups group_data
#' @importFrom dplyr full_join anti_join left_join semi_join
#' @importFrom dplyr dplyr_row_slice dplyr_col_modify dplyr_reconstruct
#' @importFrom dplyr bind_rows bind_cols
#' @importFrom tidyr nest unnest gather spread
#' @importFrom tidyselect all_of
#' @importFrom lifecycle deprecate_warn deprecated
## usethis namespace: end
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.