Test NSE-SE function pairs

Usage

expect_lazyforward(nse_name, se_name = paste0(nse_name, "_"), env = parent.frame(), .dots = ".dots")

Arguments

nse_name
Name of the NSE version of the function, usually not ending in an underscore.
se_name
Name of the SE version, by default the NSE name with underscore appended.
env
The environment in which to look for the SE version
.dots
The name of the .dots argument, default: ".dots"

Description

Allows simple testing of hand-written NSE-SE pairs.

See also

lazyforward