R/reexport.R

# 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
coletl/easyr documentation built on June 10, 2020, 4:58 p.m.