flatten_weather: Parse weather column to (single) data frame. (DEPRECATED)

Description Usage Arguments Value Examples

View source: R/tidy_up-flatten_weather.R

Description

Parse weather column to (single) data frame. (DEPRECATED)

Usage

1

Arguments

x

weather column (NOT name)

Value

data frame

Examples

1
2
3
4
5
6
## Not run: 
   result <- get_forecast("Kassel", units = "metric")$list
   weather <- flatten_weather(result$weather)
   weather$description %>% print()

## End(Not run)

owmr documentation built on Jan. 11, 2020, 5:08 p.m.