Rdocumentation
powered by
Learn R Programming
bigrquery (version 0.1.0)
parse_dataset: Parse a BQ-style identifier into project/dataset IDs.
Description
Parse a BQ-style identifier into project/dataset IDs.
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
).