bigrquery (version 0.3.0)

list_datasets: List the datasets in a project

Description

List the datasets in a project

Usage

list_datasets(project)

Arguments

project

The project name, a string

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

list_datasets("publicdata")
list_datasets("githubarchive")

Run the code above in your browser using DataCamp Workspace