view_to_table: Store the results of a query in a table If table exists...

Description Usage Arguments Value

View source: R/helpers.R

Description

Store the results of a query in a table If table exists remove it and write the new data.

Usage

1
view_to_table(project_id, view_path, query, dataset, table)

Arguments

project_id

string

view_path

string The path the table is written to Dataset_Name.Table_Name

query

string Query in standardSQL

dataset

string A dataset to write into

table

string The destination table name

Value

data.frame with the first 100 rows of the table written


Bizovi/gcphelper documentation built on May 7, 2019, 8:19 a.m.