
Supported are atomic types (see is.atomic
), lists and data frames.
anyInfinite(x)
[ANY
]
Object to check.
[logical(1)
] Returns TRUE
if any element is -Inf
or Inf
.
anyInfinite(1:10)
anyInfinite(c(1:10, Inf))
iris[3, 3] = Inf
anyInfinite(iris)
Run the code above in your browser using DataLab