Skip to contents

This function can be used within a function to ensure that the ... arguments override the specified function arguments. Thereafter function arguments can be used with do.call()

Usage

overwrite_dot_arguments(function_args, ...)

Arguments

function_args

The function arguments in a named list

...

the ... arguments passed in the function

Value

a named list of function arguments