tetratech / baytrends

Evaluate long-term trends in the Chesapeake Bay using a Generalized Additive Modeling (GAM) approach
https://tetratech.github.io/baytrends/
12 stars 4 forks source link

loadData and loadExcel #68

Open jharcum opened 3 years ago

jharcum commented 3 years ago

Add new argument to allow for suppression of outputted table that has meta information (file, # of records, etc) summarizing the loading of the data (set default to TRUE) for continued outputting of meta information as done in v2.0.5

jharcum commented 3 years ago

amend date formatting dateFormat<- lubridate::guess_formats(df[!is.na(df[,i]),i], c("dbY", "bdY", "mdY", "dmY", "Ymd", "Ymd HM", "mdY HM", "Ymd HM p", "mdY HM p","dmy"))

with dateFormat<- lubridate::guess_formats(df[!is.na(df[,i]),i] , c("dbY", "bdY", "mdY", "dmY", "Ymd" , "Ymd HM", "mdY HM", "Ymd HM p" , "mdY HM p","dmy" , "mdy HMS p", "ymd HMS p"))

leppott commented 3 years ago

Edits to function documentation.

v2.0.5.9007 https://github.com/tetratech/baytrends/commit/f7e0bfdfe9eec536b059753b86826d2f652f7028