R/utils.R

Defines functions imports_field

#' @noRd
imports_field <- function() {
    collections::dict
    dplyr::filter
    purrr::walk
    R6::R6Class
    stringr::str_glue
    tibble::tibble
    tidyr::drop_na
}

Try the R6P package in your browser

Any scripts or data that you put into this service are public.

R6P documentation built on Oct. 3, 2022, 1:05 a.m.