Learn R Programming

collapse (version 1.5.0)

collapse-options: collapse Package Options

Description

collapse provides option("collapse_unused_arg_action"), which regulates how generic functions (such as the Fast Statistical Functions) in the package react when an unknown argument is passed to a method. The default action is "warning" which issues a warning. Other options are "error", "message" or "none", whereby the latter enables silent swallowing of such arguments.

Arguments