redirf {dostats} | R Documentation |
Create a function that redirects to the named function.
Description
This is useful for debugging to know what function has been called
form within do.call or plyr
functions.
Usage
redirf(f, envir = parent.frame())
Arguments
f |
a function to wrap a call around |
envir |
environment to use for the function. |
[Package dostats version 1.3.3 Index]