Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
foresthayes opened this issue May 26, 2019 · 2 comments
Open
Assignees
Labels
enhancement New feature or request

Comments

@foresthayes
Copy link
Collaborator

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

@foresthayes foresthayes added the enhancement New feature or request label May 26, 2019
@Huh
Copy link
Owner

Huh commented May 26, 2019

tidyr::unite is a clean way to accomplish this if you are looking for ideas

@foresthayes
Copy link
Collaborator Author

Thanks, I'll try to address this at some point.

@foresthayes foresthayes self-assigned this May 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants