Skip to contents

This function calls each of the functions it receives with the object specified in what.

Usage

fuzz(funs, what, ignore.patterns = NULL, ignore.warnings = FALSE)

Arguments

funs

A character vector of function names to test. If a "package" attribute is set, the functions are loaded directly from the package namespace; otherwise, the functions are searched in the workspace.

what

The object to be passed as first argument to each of the functions in funs.

ignore.patterns

A character string containing a regular expression to match the messages to ignore.

ignore.warnings

Whether warnings should be ignored (FALSE by default).