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
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
).