#' 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'))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.