R/getToken.R

#' Title
#'
#' @param tokenFile The path where you stock your token in your app
#'
#' @return your token that must stock in you app
#'
getToken<-function(tokenFile){
  token <- readRDS(tokenFile)
  return(token)
}
Caoimhyn/ShinySaveDrop documentation built on May 7, 2019, 7:12 p.m.