Skip to contents

Assert Date

Usage

assertDate(
  x,
  length = NULL,
  na = FALSE,
  null = FALSE,
  empty = TRUE,
  unique = FALSE,
  named = FALSE,
  nm = deparse1(substitute(x), backtick = TRUE),
  call = parent.frame(),
  msg = NULL
)

Arguments

x

Expression to check.

length

Required length.

na

Whether it can contain NA values.

null

Whether it can be NULL.

empty

Whether it can be empty.

unique

Whether it has to contain unique elements.

named

Whether it has to be named.

nm

Name to use in error messages. Defaults to the expression supplied to x.

call

Call argument that will be passed to cli error message.

msg

Custom error message.

Value

x