| parse_table {bigrquery} | R Documentation |
This function splits a table identifier (given as character) into its components.
parse_table(table, project_id = NULL)
table |
table name |
project_id |
(optional) project ID to use if none is provided
in |
a list with project_id, dataset_id, and
table_id components (any of which may be NULL).
Other identifier functions: format_dataset,
format_table, parse_dataset