powered by
Parse weather column to (single) data frame. (DEPRECATED)
flatten_weather(x)
weather column (NOT name)
data frame
# NOT RUN { result <- get_forecast("Kassel", units = "metric")$list weather <- flatten_weather(result$weather) weather$description %>% print() # }
Run the code above in your browser using DataLab