setCloudEnv | R Documentation |
Setup Google Cloud Account and Project
setCloudEnv(
accountEmail = gcloud_account(),
billingProjectName = gcloud_project(),
message = TRUE
)
accountEmail |
Character(1). Email linked to your Terra account. |
billingProjectName |
Character(1). Name of the billing project, which is the gcloud account. |
message |
Under the default ( |
Terra/AnVIL working environment - Google Cloud billing account and the billing project name - will be printed out.
if (gcloud_exists()) {
setCloudEnv()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.