Description Usage Arguments Value
Store the results of a query in a table If table exists remove it and write the new data.
1 | view_to_table(project_id, view_path, query, dataset, table)
|
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 |
data.frame with the first 100 rows of the table written
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.