Learn R Programming

bayesSSM (version 0.7.1)

.ensure_dots: Ensure that a function has a `...` argument

Description

Ensure that a function has a `...` argument

Usage

.ensure_dots(fun)

Value

The modified function with `...` added to its formals if it was not already present.

Arguments

fun

A function to modify