Learn R Programming

EpiModel (version 2.0.1)

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)

Arguments

formal.args

The output of formals(sys.function()).

dot.args

The output of list(...).