Functions to find out whether a vector consists of strings consistent with the definition for auto-detection of temporal or spatial data.
See also
Other ObjectInfo:
dimExists(),
fulldim(),
hasCoords(),
hasSets(),
isYear(),
ncells(),
ndim(),
sameDims()
Examples
is.temporal(1991:1993)
#> [1] TRUE
is.spatial(c("GLO", "AFR"))
#> [1] TRUE