R/setGlobalVariables.R

#' Bind global variables used by Shiny webapp
#'
#' A file used to bind the global variables needed to pass user parameters
#' to the Shiny webapp build by serveMe(). Not user-facing and the global vars
#' are used only internally
#' Inspiration for this approach to global variable binding was found from user jennybc in this
#' statistics course discussion on github: https://github.com/STAT545-UBC/Discussion/issues/451
if(getRversion() >= "3.5.0")  utils::globalVariables(c("LABELS"))
gabmorg/labelme-goldenberg documentation built on Nov. 14, 2019, 2:52 p.m.