View source: R/bigquery-partition.R
| bqTransformPartition | R Documentation | 
'bqTransformPartition' creates new partitions for the missing dates
bqTransformPartition( table, file, ..., missing.dates = NULL, priority = "INTERACTIVE", use.legacy.sql = bqUseLegacySql() )
| table | destination partition table where results of the query will be saved | 
| file | path to the sql file that will be used for the transformation | 
| ... | parameters that will be passed via 'sprintf' to build dynamic SQL. partition date will be always passed first in format 'yyyymmdd' followed by arguments in '...' | 
| missing.dates | dates for which to run this function for | 
| priority | Default to INTERACTIVE | 
| use.legacy.sql | Defaults to env variable if specified | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.