Skip to contents

Test whether an object is an sf

Usage

is_sf(x)

Arguments

x

anything, but typically a dataframe

Value

Logical

Examples

is_sf(basin)
#> [1] TRUE
is_sf(iris)
#> [1] FALSE