write_gpx_with_dates: Function to export GPX files with a 'time' (date) variable.

View source: R/write_gpx_with_dates.R

write_gpx_with_datesR Documentation

Function to export GPX files with a time (date) variable.

Description

Function to export GPX files with a time (date) variable.

Usage

write_gpx_with_dates(df, file)

Arguments

df

Data frame or tibble with at least these three variables: latitude, longitude, and date. date also needs to be of POSIXct type.

file

File name of GPX export.

Value

Invisible GPX mark-up.

Author(s)

Stuart K. Grange


skgrange/gissr documentation built on Feb. 24, 2024, 2:55 p.m.