Learn R Programming

multicastR (version 1.2.0)

mc_missarg: Test for empty arguments

Description

mcmissarg tests whether or not a value was specified as an argument to a function. Unlike missing, it also returns FALSE with zero-length objects such as c() or data.frame().

Usage

mc_missarg(x)

Arguments

Value

A logical vector of length 1.

See Also

multicast