R/old-projects.R

Defines functions list_projects

Documented in list_projects

#' List projects [deprecated]
#'
#' Please use [bq_projects()] instead.
#'
#' @keywords internal
#' @export
list_projects <- function() {
  .Deprecated("bq_projects", package = "bigrquery")

  bq_projects()
}

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.