fix_parameter: Fixes parameters provided in the 'build_x_call()' functions

View source: R/fix.R

fix_parameterR Documentation

Fixes parameters provided in the build_x_call() functions

Description

Fixes parameters provided in the build_x_call() functions

Usage

fix_parameter(param, before = NULL, ...)

Arguments

param

list; named list with the parameter name and value (e.g. list(settlement_date = "01/01/2020"))

before

function; function to fix the parameter. param will be passed as the first argument to this function. Default NULL does nothing

...

additional arguments passed to the before function

Value

modified param object (if before isn't NULL)

See Also

fix_all_parameters


ARawles/BMRSr documentation built on Feb. 1, 2023, 12:11 p.m.