Nothing
#'
#' 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"
)
)
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.