Learn R Programming

dostats (version 1.2.0)

redirf: create a function that redirects to the named function.

Description

This is usefull for debugging to know what function has been called form within do.call or plyr functions.

Usage

redirf(f, envir = parent.frame(), only... = FALSE)

Arguments

f
a function to wrap a call around
envir
the environment to use for the function
only...
wrap only with a ... argument