bigrquery (version 0.4.1)

list_datasets: 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

Run this code
# NOT RUN {
list_datasets("publicdata")
list_datasets("githubarchive")
# }

Run the code above in your browser using DataLab