R/bigrquery-package.R

#' @section Package options:
#' \describe{
#'   \item{`bigrquery.quiet`}{Verbose output during processing? The default
#'   value, `NA`, turns on verbose output for queries that run longer than
#'   two seconds.  Use `FALSE` for immediate verbose output, `TRUE`
#'   for quiet operation.}
#'
#'   \item{`bigrquery.page.size`}{Default page size for fetching data,
#'   defaults to 1e4.}
#' }
#'
#' @keywords internal
#' @aliases bigrquery-package
#' @useDynLib bigrquery, .registration = TRUE
#' @rawNamespace import(rlang, except = unbox)
#' @rawNamespace import(assertthat, except = has_name)
"_PACKAGE"

# We import rlang this way because jsonlite's unbox() is used extensively.

## usethis namespace: start
#' @importFrom bit64 integer64
#' @importFrom glue glue
#' @importFrom glue glue_collapse
#' @importFrom glue glue_data
#' @importFrom jsonlite unbox
#' @importFrom lifecycle deprecated
#' @importFrom Rcpp sourceCpp
#' @importFrom tibble tibble
## usethis namespace: end
NULL

Try the bigrquery package in your browser

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

bigrquery documentation built on April 20, 2023, 5:14 p.m.