Validate a window argument. It must be a list of two elements (window start and window end), both must be integerish and window start must be lower or equal than window end.
Source:R/validate.R
validateWindowArgument.Rd
Validate a window argument. It must be a list of two elements (window start and window end), both must be integerish and window start must be lower or equal than window end.
Usage
validateWindowArgument(window, snakeCase = TRUE, call = parent.frame())