is_sf.Rd
Test whether an object is an sf
is_sf(x)
anything, but typically a dataframe
Logical
is_sf(basin) #> [1] TRUE is_sf(iris) #> [1] FALSE