tests/testthat/helper04_activate-test-token.R

## puts the test token into force

activate_test_token <- function(rds_file = test_path("googlesheets_token.rds")) {
  suppressMessages(
    gs_auth(token = rds_file, verbose = FALSE)
  )
}
jennybc/googlesheets documentation built on Feb. 8, 2022, 11:48 p.m.