R/globals.R

#' globals.R
#'
#' specify variables inside functions that generate:
#'    NOTE 'no visible binding for global variable xxxx
#' when package is built.
#'
#' @name globals
#' @title globals
#' @description TODO globals.R description
#' @details TODO globals.R details


utils::globalVariables(c('TABLE_SCHEMA', 'TABLE_TYPE', 'BYTES', 'COMMENT',
                       'TABLE_OWNER', 'TABLE_NAME', 'ROW_COUNT', 'SIZE',
                       'LAST_ALTERED'))
RollieParrish/ccdm documentation built on Dec. 31, 2020, 4:26 p.m.