library(testthat)
library(bigrquery)
library(bigrquerystorage)
if (nzchar(Sys.getenv("BIGQUERY_TEST_PROJECT")) &&
nzchar(Sys.getenv("GCP_SERVICE_ACCOUNT"))) {
test_check("bigrquerystorage")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.