#' Imports
#'
#' Imports from other packages used within this package
#'
#' @name utils-imports
#'
#' @importFrom rlang .data
#' @importFrom rlang %||%
#' @importFrom magrittr %>%
#'
#' @keywords internal
#'
#' @section Links:
#' - [rlang::dot-data()], data pronoun.
#' - [rlang::op-null-default()], default value for NULL operator.
#' - [magrittr::%>%()], magrittr pipe.
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.