R/utils.R

Defines functions checkSatisfier

# these packages are used in utilities or functions outside of check's vision
# this function ensures that check is satisfied and does not report the
# packages as imported but not imported from
checkSatisfier <- function() {
  DBI::dbConnect
  dplyr::sql
  rmarkdown::draft
}

Try the CommonDataModel package in your browser

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

CommonDataModel documentation built on Oct. 2, 2024, 1:08 a.m.