fix_all_parameters: Fixes multiple parameters
Description
Provided with a list of build_..._call()
parameters, this function will fix each one and return a new list with the fixed parameters.
This is implemented by applying the fix_parameter
function
Usage
fix_all_parameters(params = list())
Arguments
params
list; list of the params. Should have a name and a value
Value
list; list of the fixed parameters