gtimer: Basic timer widget

Description Usage Arguments

Description

Calls FUN every ms/1000 seconds.

Usage

1
2
  gtimer(ms, FUN, data = NULL, one.shot = FALSE,
    start = TRUE, toolkit = guiToolkit())

Arguments

ms

interval in milliseconds

FUN

Function to call. Has one argument, data passed in

data

passed to function

one.shot

logical. If TRUE, called just once, else repeats

toolkit

gui toolkit to dispatch into


jverzani/gWidgetsWWW2.rapache documentation built on May 20, 2019, 5:19 a.m.