View source: R/cumulative-sequence.R
| ps_cumulative_sequence | R Documentation | 
Determines when in sequence a cumulative sum is reached. Useful for ATUs.
ps_cumulative_sequence(x, cumsum, data, sequence = "DateTime", value = "Value")
| x | A scalar specifying the start. | 
| cumsum | A scalar specifying the cumulative sum. | 
| data | The data.frame. | 
| sequence | A string naming the sequence column. | 
| value | A string of the value column. | 
A scalar of the end.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.