Tests if an input is a stars object.
Value
Boolean evaluation with logical output.
Examples
x <- stars::st_as_stars(matrix(1, nrow = 1, ncol = 1))
is.stars(x)
#> [1] TRUE
Tests if an input is a stars object.
Boolean evaluation with logical output.
x <- stars::st_as_stars(matrix(1, nrow = 1, ncol = 1))
is.stars(x)
#> [1] TRUE