R/session_storage.R

#' Store user and  database information
#'
#' These are internal functions
#' @param str the ID that the user logged into the tutorial with

# submitr_env  <-  new.env()
#
# store_ID <- function(str) {
#   if(is.null(str)) str <- "anonymous"
#   cat("Storing ID", str,  "\n")
#   submitr_env$user_ID <- str
# }
#
dtkaplan/submitr documentation built on Sept. 20, 2020, 1:19 a.m.