call_meth: helper function to bypass lack of cached value in method call

View source: R/command-stack.R

call_methR 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)


gWidgets2 documentation built on April 3, 2025, 6:18 p.m.