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