Error when an index is outside the valid range [lower, upper)
Arguments
- arg
(
character(1))
Name of the argument that caused the error- index
(
integer())
The observed index value(s).- lower
(
integer(1))
Lower bound of valid range.- upper
(
integer(1))
Upper bound of valid range, exclusive.- call
(
callorNULL)
Call that generated the error- class
(
character())
Additional classes to prepend- signal
(
logical(1))
Whether to signal the error (default TRUE)