50% off: Unlimited data and AI learning.
State of Data and AI Literacy Report 2025

multicastR (version 1.3.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