Learn R Programming

dostats (version 1.3.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())

Arguments

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