Learn R Programming

bigrquery (version 0.2.0)

get_dataset: Gets an existing dataset in a project

Description

Gets an existing dataset in a project

Usage

get_dataset(project, dataset)

Arguments

project
The project name, a string
dataset
The dataset to get, a string

Value

  • a character vector of dataset names

See Also

Google API documentation: https://cloud.google.com/bigquery/docs/reference/v2/datasets/get

Other datasets: delete_dataset, insert_dataset, list_datasets, update_dataset

Examples

Run this code
get_dataset("publicdata", "shakespeare")

Run the code above in your browser using DataLab