call_meth {gWidgets2}R Documentation

helper function to bypass lack of cached value in method call

Description

helper function to bypass lack of cached value in method call

Usage

call_meth(meth, obj)

Arguments

meth

method name

obj

method of object's class

Value

the method

Note

use as do.call(call_meth, args)


[Package gWidgets2 version 1.0-9 Index]