remove_formal_: Remove a parameter from the formal parameters of a function.

Description Usage Arguments Value

View source: R/formals.R

Description

Remove a parameter from the formal parameters of a function.

Usage

1

Arguments

fn

A function we are modifying

par

A parameter of fn (should be in formals(fn) and be quoted)

Value

A modified function equal to fn but with par removed from the formal parameters.


mailund/foolbox documentation built on Jan. 18, 2022, 10:46 a.m.