R/tidy_up-flatten_weather.R
flatten_weather.Rd
Parse weather column to (single) data frame. (DEPRECATED)
flatten_weather(x)
x | weather column (NOT name) |
---|
data frame
# NOT RUN { result <- get_forecast("Kassel", units = "metric")$list weather <- flatten_weather(result$weather) weather$description %>% print() # }