bigrquery (version 0.3.0)

parse_dataset: Parse a BQ-style identifier into project/dataset IDs

Description

This function splits a dataset identifier (given as character) into its components.

Usage

parse_dataset(dataset, project_id = NULL)

Arguments

dataset

dataset name

project_id

(optional) project ID to use if none is provided in dataset

Value

a list with project_id and dataset_id components (either of which may be NULL).

See Also

Other identifier functions: format_dataset, format_table, parse_table