flatten_weather {owmr} | R Documentation |
Parse weather column to (single) data frame. (DEPRECATED)
Description
Parse weather column to (single) data frame. (DEPRECATED)
Usage
flatten_weather(x)
Arguments
x |
weather column (NOT name) |
Value
data frame
Examples
## Not run:
result <- get_forecast("Kassel", units = "metric")$list
weather <- flatten_weather(result$weather)
weather$description %>% print()
## End(Not run)
[Package owmr version 0.8.2 Index]