Skip to content

Commit

Permalink
Update R/az_daily.R
Browse files Browse the repository at this point in the history
Co-authored-by: Jeremy Weiss <[email protected]>
  • Loading branch information
Aariq and jeremylweiss committed Dec 8, 2023
1 parent ae0bbfa commit e5d05d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/az_daily.R
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ az_daily <- function(station_id = NULL, start_date = NULL, end_date = NULL) {
if (length(unique(out$datetime)) == 1) {
message("Returning data from ", unique(out$datetime))
} else {
message("Returning data since ", min(out$datetime), " through ", max(out$datetime))
message("Returning data from ", min(out$datetime), " through ", max(out$datetime))
}
return(out)
}

0 comments on commit e5d05d4

Please sign in to comment.