path.file.ex <- base::system.file("extdata", "trajeto_teste.shp", package = "gps.track")
df.gps <-
path_gps(
filename = path.file.ex,
time_zone = "Etc/GMT-0",
zone_correction = "Etc/GMT+3",
arq_type = "shp"
)
Run the code above in your browser using DataLab