R/utils.R

Defines functions check_session

check_session <- function(x){
  if(is.null(x))
    stop("Invalid session, run this function inside your Shiny server.", call. = FALSE)
}
JohnCoene/marker documentation built on Sept. 20, 2021, 3:08 p.m.