Flatten weather column in data frame. (DEPRECATED)

cbind_weather(data)

Arguments

data

data frame containing weather column

Value

data frame with flattened weather (data)

Examples

# NOT RUN {
   get_forecast("Kassel") %>% cbind_weather()
# }