R/dcl.R

#' dcl
#'
#' Package to support Stanford Data Challenge Lab.
#'
#' @docType package
#' @name dcl
#' @keywords internal
#' @importFrom dplyr %>% setdiff union
#' @importFrom stringr str_glue str_remove
#' @importFrom tibble glimpse
#' @importFrom fs dir_create dir_exists dir_ls file_exists file_temp is_dir path path_common path_dir path_expand path_file
#' @importFrom usethis proj_set proj_get proj_activate use_rstudio ui_path ui_done
#' @importFrom purrr walk
NULL
stanford-datalab/dcl documentation built on March 24, 2021, 8:44 a.m.