Rdocumentation
powered by
Learn R Programming
bigrquery (version 0.1.0)
parse_table: Parse a BQ-style identifier into project/dataset/table IDs.
Description
Parse a BQ-style identifier into project/dataset/table IDs.
Usage
parse_table(table, project_id = NULL)
Arguments
table
table name
project_id
(optional) project ID to use if none is provided in
table
Value
a list with
project_id
,
dataset_id
, and
table_id
components (any of which may be
NULL
).