WayneGitShell / GWSDAT

GroundWater Spatiotemporal Data Analysis Tool (GWSDAT) R-Shiny implementation.
https://stats-glasgow.shinyapps.io/GWSDAT
30 stars 7 forks source link

readConcData - incorrect date formatting #228

Closed WayneGitShell closed 3 years ago

WayneGitShell commented 3 years ago

Parsing dates in csv file only working for a very specific date format. In reality, only really working for csv files which have been generated from the Excel add-in.

Suggest to use lubridate function: https://lubridate.tidyverse.org/reference/parse_date_time.html.

Becoming increasingly important as more users using the R front end from the traditional Excel Add-in.

image