qoqtd_fn
< Back to Reference | View source
qoqtd_fn()
Current quarter to date over previous quarter-to-date for tibble objects
Usage
qoqtd_fn(x)Arguments
| Argument | Description |
|---|---|
x |
ti object |
Value
dbi object
Description
qoqtd_fn() is the function that is called by qoqtd() when passed through to calculate
Details
This is internal non exported function that is nested in ti class and is called upon when the underlying function is called by calculate This will return a dbi object that can converted to a tibble object with dplyr::collect()
See also
qoqtd() for the function’s intent