You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, data frame input must have first two columns as "x" and "y".
Could easily have it check for expected column names (x/y, lat/long, latitude/longitud, easting/northing) and if none of those (or multiple ones of those) error. Also provide an argument for specifying a vector of length two with the x and y column names. Similar to how st_as_sf does it.
The text was updated successfully, but these errors were encountered:
Currently, data frame input must have first two columns as "x" and "y".
Could easily have it check for expected column names (x/y, lat/long, latitude/longitud, easting/northing) and if none of those (or multiple ones of those) error. Also provide an argument for specifying a vector of length two with the x and y column names. Similar to how st_as_sf does it.
The text was updated successfully, but these errors were encountered: