# Functions to import from other packages
# Mapping ----
#' @importFrom purrr map
#' @export
purrr::map
#' @importFrom purrr map_at
#' @export
purrr::map_at
# Strings ----
#' @importFrom stringr str_extract
#' @export
stringr::str_extract
#' @importFrom skimr skim
#' @export
skimr::skim
# Other ----
#' @importFrom janitor tabyl
#' @export
janitor::tabyl
#' @importFrom broom tidy
#' @export
broom::tidy
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.