Can also use environment argument CR_REGION

cr_region_set(
  region = c("europe-west1", "us-central1", "asia-northeast1", "us-east1")
)

cr_region_get()

Arguments

region

Region for the endpoint

Examples

cr_region_get()
#> [1] "europe-west1"