get_args: Get Arguments from EpiModel Parameterization Functions
Description
Returns a list of argument names and values for use for
parameter processing functions.
Usage
get_args(formal.args, dot.args)
Value
A list of argument names and values.
Arguments
- formal.args
The output of formals(sys.function())
.
- dot.args
The output of list(...)
.