R/configDropConnect.R

#' Configurate your connection between your app and DropBox
#'
#' @param token the path to get to your token (it must be accesible for your app)
#'
#' @return nothing
#' @import rdrop2
#'
configDropConnect<-function(token){
  drop_acc(dtoken = token)
}
Caoimhyn/ShinySaveDrop documentation built on May 7, 2019, 7:12 p.m.