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.


e-sensing/sits documentation built on Jan. 28, 2024, 6:05 a.m.