Closed neilfws closed 7 years ago
Hi Neil,
This occurred because this particular station was using precip_rate and precip_total for the every 5 minute observations - I just pushed a fix so that it should pull this data in now. With that said, the example you listed with precipm was the daily summary - the history function itself isnt using that value, its merely pulling the minute by minute updates. The daily summary can be derived from the minute by minute data however
I'm using rwunderground 0.1.6, R 3.4.2 on Windows 7. This code:
returns a data frame where the values for
viz
and for all variables after thepressure
column are NA.However, the raw JSON for the same request:
returns values for these variables. For example, the last observation for
precipm
is4.3
.I see the same issue using
history_range()
, but not usinghistory_daily()
.Output from
sessionInfo()
: