Description Usage Arguments Value Examples
Function factory for calculation.
1  | cal_factory(fun_num, fun_idx, fun_itv)
 | 
fun_num | 
 A function to transform a numeric vector.  | 
fun_idx | 
 A function to transform a numeric vector representing time.  | 
fun_itv | 
 A function to transform a string representing interval.  | 
A function to transform a tsibble into a tsibble or a tibble.
1 2 3 4 5 6 7 8  | ## Not run: 
tq_log <- cal_factory(
function(num) log(num),
function(idx) idx,
function(itv) itv
)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.