Learn R Programming

chk (version 0.3.0)

params: Parameter Descriptions for chk Functions

Description

Parameter Descriptions for chk Functions

Arguments

x

The object to check.

x_name

A string of the name of object x or NULL.

chk

A flag specifying whether to check the other parameters.

chk_fun

A chk_ function.

tolerance

A non-negative numeric scalar.

ext

A character vector of the permitted file extensions (without the .).

y

An object to check against.

value

A non-missing scalar of a value.

range

A non-missing sorted vector of length 2 of the lower and upper permitted values.

regexp

A string of a regular expression.

values

A vector of the permitted values.

class

A string specifying the class.

formals

A count of the number of formal arguments.

incomparables

A vector of values that cannot be compared. FALSE means that all values can be compared.

...

Additional arguments.