tests/testthat.R

library(testthat)
library(bigrquery)
library(bigrquerystorage)

if (nzchar(Sys.getenv("BIGQUERY_TEST_PROJECT")) &&
  nzchar(Sys.getenv("GCP_SERVICE_ACCOUNT"))) {
  test_check("bigrquerystorage")
}

Try the bigrquerystorage package in your browser

Any scripts or data that you put into this service are public.

bigrquerystorage documentation built on April 3, 2025, 9:23 p.m.