Rdocumentation
powered by
Learn R Programming
bigrquery (version 0.2.0)
format_dataset: Format dataset and project ID as a BQ-style identifier
Description
This function composes a dataset identifier from its individual components.
Usage
format_dataset(project_id, dataset)
Arguments
project_id
project ID
dataset
dataset name
Value
a character.
See Also
Other identifier functions:
format_table
,
parse_dataset
,
parse_table