Learn R Programming

chevron (version 0.2.7)

execute_with_args: Execute function with given arguments

Description

Execute function with given arguments

Usage

execute_with_args(fun, ...)

Arguments

Details

If the function has ..., this function will not pass other arguments to .... Only named arguments are passed.