#' vctrs compatibility functions for math, casting, coercion, and comparison
#'
#' These functions are the extensions that allow termtools 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.