Description Usage Arguments Value Examples
**Designed to create cognostics by certain interval/ratio in the past**
1 | do_interval_work(data, type, intervalLength, divide)
|
data |
Non-nested tibble with the following columns: * A unique identifier (usually made by a 'group_by“ call) * A continious date column * A numeric column, one observation per date per unique identifier |
type |
Must be one of following strings: * 'years' * 'months' * 'weeks' * 'days' |
intervalLength |
Must be positive integer excluding zero |
divide |
Must be one of following strings: * 'A' * 'R' * 'L' |
List that contains [nestedTibble, tibble]
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.