bigrquery (version 0.3.0)

update_dataset: Updates an existing dataset in a project

Description

Updates an existing dataset in a project

Usage

update_dataset(project, dataset, description = NULL, friendlyName = NULL)

Arguments

project

The project name, a string

dataset

The dataset to update, a string

description

The dataset description, a string

friendlyName

The dataset's friendly name, a string

See Also

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

Other datasets: delete_dataset, get_dataset, insert_dataset, list_datasets

Examples

Run this code

update_dataset("myproject", "existing_dataset", "my description", "friendly name")

Run the code above in your browser using DataCamp Workspace