#' Magritt operator for piping.
#'
#' @importFrom magrittr `%>%`
#' @export
#' @keywords internal
`%>%` <- magrittr::`%>%`
#' Colon-equals operator.
#'
#' @importFrom rlang `:=`
#' @export
#' @keywords internal
`:=` <- rlang::`:=`
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.