vw_handler {vegawidget}R Documentation

Construct a vegawidget handler

Description

You will likely call one of the specific handler-constructors: vw_handler_signal(), vw_handler_event(), in conjunction with vw_handler_add_effect().

Usage

vw_handler(args, body_value, body_effect)

Arguments

args

character, vector of names for the arguments for the handler

body_value

character, body of the value part of the handler

body_effect

character, body of the effect part of the handler

Details

The handler has three parts:

Value

object with S3 class vw_handler

See Also

vw_handler_signal(), vw_handler_event(), vw_handler_add_effect()


[Package vegawidget version 0.5.0 Index]