process_conformity {amadeus} | R Documentation |
Check input assumptions
Description
Check if all of "lon"
, "lat"
, and "time"
(only if check_time = TRUE
) then convert inputs into a
SpatVector
object.
Usage
process_conformity(locs = NULL, check_time = FALSE, locs_epsg = "EPSG:4326")
Arguments
locs |
Data. sf, SpatVector, or data.frame |
check_time |
logical(1). Whether |
locs_epsg |
character(1). |
Value
a SpatVector
object
Author(s)
Insang Song
[Package amadeus version 1.1.6 Index]