format_dataset {bigrquery}R Documentation

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


[Package bigrquery version 0.4.1 Index]