safe.call: Call a Function Safely

Description Usage Arguments Value Author(s) References See Also

Description

Some functions do not accept extra arguments. safe.call passes only those arguments that will be recognized.

Usage

1
safe.call(what, ...)

Arguments

what

a function

...

extra arguments, to be filtered

Value

the result of the called function

Author(s)

Tim Bergsma

References

http://metrumrg.googlecode.com

See Also


metrumrg documentation built on May 2, 2019, 5:55 p.m.