list_datasets {bigrquery}R Documentation

List the datasets in a project

Description

List the datasets in a project

Usage

list_datasets(project, page_size = 50, max_pages = Inf)

Arguments

project

The project name, a string

page_size

Number of items per page

max_pages

Maximum number of pages to retrieve

Value

a character vector of dataset names

See Also

Google API documentation: https://developers.google.com/bigquery/docs/reference/v2/datasets/list

Other datasets: delete_dataset, get_dataset, insert_dataset, update_dataset

Examples

## Not run: 
list_datasets("publicdata")
list_datasets("githubarchive")

## End(Not run)

[Package bigrquery version 0.4.1 Index]