Description Usage Arguments Examples
View source: R/rolling_apply_specialized.R
Check whether rolling_apply_specialized.uts can be called for a given uts object with arguments FUN and by.
| 1 | have_rolling_apply_specialized(x, FUN, by = NULL)
 | 
| x | a  | 
| FUN | see  | 
| by | see  | 
| 1 2 3 4 5 6 7 | have_rolling_apply_specialized(ex_uts(), FUN=mean)
have_rolling_apply_specialized(ex_uts(), FUN="mean")
have_rolling_apply_specialized(ex_uts(), FUN=mean, by=ddays(1))
have_rolling_apply_specialized(uts(NA, Sys.time()), FUN=mean)
FUN <- mean
have_rolling_apply_specialized(ex_uts(), FUN=FUN)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.