safe.call: Call a Function Safely

Description Usage Arguments Value Author(s) References See Also

View source: R/PLOTR.R

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


metrumresearchgroup/metrumrg documentation built on May 22, 2019, 7:51 p.m.