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