tests/testthat/helper04_activate-test-token.R

## puts the test token into force

activate_test_token <- function(rds_file = "googlesheets_token.rds") {
  suppressMessages(
    gs_auth(token = rds_file, verbose = FALSE)
  )
}
dakota1063/dddd documentation built on May 25, 2019, 4:21 p.m.