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

View source: R/wargs.R

redirfR 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.


dostats documentation built on May 11, 2022, 1:08 a.m.