R/egnyter.R

Defines functions connect_to_bulldrive

Documented in connect_to_bulldrive

#' Quick-connect to the Bulldrive system
#'
#' This function is a wrapper around the egnyter::set_token
#' function and presumes you have appropriate config
#' and environment variables set up.
#'
#' @export
connect_to_bulldrive <- function() {
  egnyter::set_token(domain = config::get("bulldrive")$domain,
                     app_key = config::get("bulldrive")$apikey,
                     username = config::get("workbench")$username,
                     password = config::get("workbench")$password)
}
joshmuncke/redbulltools documentation built on July 13, 2019, 12:10 p.m.