R/zzz.R

#' @keywords internal
#'
#' @import checkmate
#' @import data.table
#' @importFrom pryr unenclose
#' @import R6
#' @import stringr
#' @importFrom utils globalVariables
#' @import xml2
#'
NULL

# To remove notes from CMD Check
globalVariables(
    # Due to R6
    c("self", "private"))

# Options ######################################################################
# Amount of elements to print
options(`.bggAnalytics.print` = 10)
# Should print messages from functions?
options(`.bggAnalytics.verbose` = TRUE)

# For testing
options(`.bggAnalytics.username` = "Beo_")

Try the bggAnalytics package in your browser

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

bggAnalytics documentation built on Aug. 31, 2022, 5:09 p.m.