You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If these arguments could accept any level of precision (e.g. by rounding down) then it might be good to deprecate start_date_time and end_date_time (and the equivalents in az_daily()) and replace with just start and end
The text was updated successfully, but these errors were encountered:
@jeremylweiss if you could run az_hourly(start = "2023-10-01", end = "2023-10-02") what would you expect to get?
A) 24 readings, one for every hour on the 1st from 01:00:00 to 23:59:59 (ending just before the 2nd)
B) 48 readings going through the end of the 2nd (last data point on 2023-10-02 23:59:59)
C) Something else?
The following inputs currently error, but it would be cool if they worked in some way:
Created on 2023-07-12 with reprex v2.0.2
If these arguments could accept any level of precision (e.g. by rounding down) then it might be good to deprecate
start_date_time
andend_date_time
(and the equivalents inaz_daily()
) and replace with juststart
andend
The text was updated successfully, but these errors were encountered: