process_conformity {amadeus} | R Documentation |
Check if all of "lon"
, "lat"
, and "time"
(only if check_time = TRUE
) then convert inputs into a
SpatVector
object.
process_conformity(locs = NULL, check_time = FALSE, locs_epsg = "EPSG:4326")
locs |
Data. sf, SpatVector, or data.frame |
check_time |
logical(1). Whether |
locs_epsg |
character(1). |
a SpatVector
object
Insang Song