bigrquery (version 0.3.0)

insert_dataset: Creates a new dataset in a project

Description

Creates a new dataset in a project

Usage

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

Arguments

project

The project name, a string

dataset

The name of the dataset to create, 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/insert

Other datasets: delete_dataset, get_dataset, list_datasets, update_dataset

Examples

Run this code

insert_dataset("myproject", "new_dataset")

Run the code above in your browser using DataCamp Workspace