You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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")
The text was updated successfully, but these errors were encountered:
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")
The text was updated successfully, but these errors were encountered: