format_table {bigrquery}R Documentation

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


[Package bigrquery version 0.4.1 Index]