Learn R Programming

collapse (version 1.2.1)

collapse-options: collapse Global Options

Description

currently collapse only 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