
Last chance! 50% off unlimited learning
Sale ends in
Assert Date
assertDate(
x,
length = NULL,
na = FALSE,
null = FALSE,
unique = FALSE,
named = FALSE,
call = parent.frame(),
msg = NULL
)
x
Expression to check.
Required length.
Whether it can contain NA values.
Whether it can be NULL.
Whether it has to contain unique elements.
Whether it has to be named.
Call argument that will be passed to cli
error message.
Custom error message.