List all projects that you have access to. You can also work with
public datasets,
but you will need to provide a billing
project whenever you perform
any non-free operation.
bq_projects(page_size = 100, max_pages = 1, warn = TRUE)
A character vector.
Number of items per page.
Maximum number of pages to retrieve. Use Inf
to retrieve
all pages (this may take a long time!)
If TRUE
, warn when there are unretrieved pages.
if (bq_authable()) {
bq_projects()
}
Run the code above in your browser using DataLab