is_sf_points {spbal} | R Documentation |
Tests if the object passed to the function is a sf points object or not. An internal only function.
is_sf_points(x)
x |
A probable sf points object. |
Detect if an object is a sf points object or not.
Either TRUE or FALSE.
Phil Davies, Blair Robertson.