#' @keywords internal
#' @import vctrs
"_PACKAGE"
#' vctrs compatibility functions for math, casting, coercion, and comparison
#'
#' These functions are the extensions that allow debkeepr vectors to
#' work with vctrs.
#'
#' @param x,y Vectors.
#' @param op Arithmetic operation.
#' @param to Type to cast to.
#' @param ... Arguments passed on to further methods.
#' @param .fn Mathematical function.
#' @param .x Vector.
#'
#' @name vctrs-compat
#'
NULL
## usethis namespace: start
#' @importFrom dplyr filter select slice pull
#' @importFrom lubridate ymd_hms
## usethis namespace: end
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.