get_args: Get Arguments from EpiModel Parameterization Functions

View source: R/get.R

get_argsR Documentation

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(...).

Value

A list of argument names and values.


statnet/EpiModel documentation built on Sept. 13, 2024, 5:52 a.m.