helper function to bypass lack of cached value in method call
call_meth(meth, obj)
meth
method name
obj
method of object's class
the method
use as do.call(call_meth, args)