is_sf_points {spbal} | R Documentation |
Check if an object is an sf points object.
Description
Tests if the object passed to the function is a sf points object or not. An internal only function.
Usage
is_sf_points(x)
Arguments
x |
A probable sf points object. |
Details
Detect if an object is a sf points object or not.
Value
Either TRUE or FALSE.
Author(s)
Phil Davies, Blair Robertson.
[Package spbal version 1.0.1 Index]