#' get token via gcloud call
#' @export
get_gcp_token = function() {
system("gcloud auth application-default print-access-token",
intern = TRUE)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.