R/package.R

#'
#' https://stackoverflow.com/questions/9439256/how-can-i-handle-r-cmd-check-no-visible-binding-for-global-variable-notes-when#comment20826625_12429344
#' 2012 hadley says "globalVariables is a hideous hack and I will never use it"
#' 2014 hadley updates his own answer with globalVariables as one of "two solutions"
#' @noRd
utils::globalVariables(
  c(
    "bootstrap"
  )
)

Try the tinytable package in your browser

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

tinytable documentation built on June 8, 2025, 1:52 p.m.