dot-check_date_parameter: Check is date is valid

.check_date_parameterR Documentation

Check is date is valid

Description

Check is date is valid

Usage

.check_date_parameter(
  param,
  len_min = 1,
  len_max = 1,
  allow_null = FALSE,
  msg = NULL
)

Arguments

param

parameter to be checked

len_min

minimum length of vector

len_max

maximum length of vector

allow_null

allow NULL?

msg

Error message

Value

Called for side effects.


sits documentation built on Nov. 2, 2023, 5:59 p.m.