Skip to content

morph_gps should be able to combine multiple columns for date/time #48

@foresthayes

Description

@foresthayes

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")

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions