Description Usage Arguments Value
Download view results to memory through BQ gs:// and local fs Use case: Big view results to be fully downloaded and bq API will be too slow for that Note that it cleans up all temporary stuff after itself
1 2 3 4 |
sql |
string the query you want to execute and store |
project |
string |
use_legacy_sql |
boolean |
quiet |
boolean |
target_dataset |
string |
target_bucket |
string |
target_directory |
string or function indicating where to store temp files |
job_name |
string optional |
multi_file |
Whether to load to memory multiple tables |
read_csv_col_types |
vector optional for parsing csv |
read_csv_guess_max |
numeric guess the type by nr rows |
data.frame with the full table in memory
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.