Description Usage Arguments Value Examples
Fetches the Google Cloud Services (GCS) project id associated with a service account key.
1 | get_project_id(path = Sys.getenv("GCS_AUTH_FILE"))
|
path |
path to the JSON file with your service account key |
a string with a GCS project id
1 2 3 4 | ## Not run:
project_id <- get_project_id()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.