Some data sources provide date and time in separate columns. The morph_gps function should be able to multiple columns to produce a single date/time column.
Data source examples:
Vectronics csv: utc_date and utc_time
ATS scrape function: year, julianday, hour, minute
Thus, the user should be able to use:
morph_gps(data, dt = c(year, julianday, hour, minute), dt_format = "%y%j%H%M")
Some data sources provide date and time in separate columns. The morph_gps function should be able to multiple columns to produce a single date/time column.
Data source examples: Vectronics csv: utc_date and utc_time ATS scrape function: year, julianday, hour, minute
Thus, the user should be able to use:
morph_gps(data, dt = c(year, julianday, hour, minute), dt_format = "%y%j%H%M")