knitr::opts_chunk$set(echo = TRUE)

Authenticate your Google Cloud Account

library(googleAuthR)
library(googleCloudStorageR)
library(bigrquery)
library(googleCloudVertexAIR)
# library(googleCloudRunner) # TODO

options(googleAuthR.scopes.selected = "https://www.googleapis.com/auth/cloud-platform")

gar_auth_service(json_file = Sys.getenv("GAR_SERVICE_JSON"))

TODO

Test workflows running authentication with multiple Google services and R packages including:



justinjm/googleCloudVertexAIR documentation built on April 17, 2025, 5:04 p.m.