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
lga_met_data <- get_met_data( station_id = "725030-14732", years = 2017:2018 )
Returns 4 warning messages like this:
"1: Problem with mutate() column temp.
i temp = dplyr::case_when(temp == 9999 ~ NA_real_, TRUE ~ temp/10).
i One or more parsing issues, see problems() for details"
Then: View(lga_met_data[1:10,])
It shows that the temp column just has NAs, inconsistent with the output shown in the example.
R version: 4.1.1
stationaRy version: 0.5.1
The text was updated successfully, but these errors were encountered:
lga_met_data <- get_met_data( station_id = "725030-14732", years = 2017:2018 )
Returns 4 warning messages like this:
"1: Problem with
mutate()
columntemp
.i
temp = dplyr::case_when(temp == 9999 ~ NA_real_, TRUE ~ temp/10)
.i One or more parsing issues, see
problems()
for details"Then:
View(lga_met_data[1:10,])
It shows that the temp column just has NAs, inconsistent with the output shown in the example.
R version: 4.1.1
stationaRy version: 0.5.1
The text was updated successfully, but these errors were encountered: