Closed lindsayplatt closed 7 years ago
df <- read_excel("M:/Lakes/9KB25/Silver_Cumberland/Stage/silver_cumberland_stage.xlsx")
Do decimalDate workaround for Lake Winnebago.
Code changes (don't need csv, can use Excel w/ readxl
package):
plotNames_by_site.csv
renderLakeReport
, call the new function only if it's creating a stage hydrograph. The new object should be named filePath
.read.csv
to read_excel
(and add library(readxl)
) to stagehydrograph.Rmd.makeStageHydrograph_file
function does not need the datetime_colname
and gageheight_colname
titlesmakeStageHydrograph_file
to properly change dates to a date format, and handle the Lake Winnebago dates with:gage_height <- gage_height %>%
mutate(decimal.date = as.numeric(decimal.date),
dateTime = date_decimal(decimal.date))
gageHeight_files