View source: R/stream_operations.R
stream_trigger_continuous | R Documentation |
Creates a Spark structured streaming trigger to execute continuously. This mode is the most performant but not all operations are supported.
stream_trigger_continuous(checkpoint = 5000)
checkpoint |
The checkpoint interval specified in milliseconds. |
stream_trigger_interval
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.