View source: R/fact_table_incremental_refresh.R
incremental_refresh_fact | R Documentation |
Incrementally refresh a fact table with the content of a new one that is integrated into the first.
incremental_refresh_fact(ft, ft_new, existing)
## S3 method for class 'fact_table'
incremental_refresh_fact(ft, ft_new, existing)
ft |
A |
ft_new |
A |
existing |
A string, operation to be performed with records whose keys match. |
If there are records whose keys match the new ones, we can ignore, replace or group them.
A fact_table
object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.