\name{reactiveTimer} \alias{reactiveTimer} \title{Creates a reactive timer with the given interval.} \usage{ reactiveTimer(intervalMs = 1000) } \arguments{ \item{intervalMs}{Interval to fire, in milliseconds} } \description{ Creates a reactive timer with the given interval. }