| format_table {bigrquery} | R Documentation |
This function composes a table identifier from its individual components.
format_table(project_id, dataset, table)
project_id |
project ID |
dataset |
dataset name |
table |
table ID |
a character.
Other identifier functions: format_dataset,
parse_dataset, parse_table