#------------------------------------------------------------------------------#
#
# /$$
# | $$
# /$$$$$$ /$$$$$$
# /$$__ $$|_ $$_/
# | $$ \ $$ | $$
# | $$ | $$ | $$ /$$
# | $$$$$$$ | $$$$/
# \____ $$ \___/
# /$$ \ $$
# | $$$$$$/
# \______/
#
# This file is part of the 'rstudio/gt' project.
#
# Copyright (c) 2018-2024 gt authors
#
# For full copyright and license information, please look at
# https://gt.rstudio.com/LICENSE.html
#
#------------------------------------------------------------------------------#
#' @importFrom tidyselect starts_with
#' @export
tidyselect::starts_with
#' @importFrom tidyselect ends_with
#' @export
tidyselect::ends_with
#' @importFrom tidyselect contains
#' @export
tidyselect::contains
#' @importFrom tidyselect matches
#' @export
tidyselect::matches
#' @importFrom tidyselect everything
#' @export
tidyselect::everything
#' @importFrom tidyselect num_range
#' @export
tidyselect::num_range
#' @importFrom tidyselect all_of
#' @export
tidyselect::all_of
#' @importFrom tidyselect any_of
#' @export
tidyselect::any_of
#' @importFrom tidyselect where
#' @export
tidyselect::where
#' @importFrom htmltools css
#' @export
htmltools::css
#' @importFrom magrittr %>%
#' @export
magrittr::`%>%`
# TODO Avoid reexporting those helpers eventually -----
#' @importFrom dplyr vars
#' @export
dplyr::vars
#' @importFrom tidyselect one_of
#' @export
tidyselect::one_of
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.