Learn R Programming

googleCloudRunner (version 0.2.0)

cr_region_set: Get/Set the endpoint for your CloudRun services

Description

Can also use environment argument CR_REGION

Usage

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

cr_region_get()

Arguments

region

Region for the endpoint

Examples

Run this code
# NOT RUN {
cr_region_get()
# }

Run the code above in your browser using DataLab