Learn R Programming

owmr (version 0.8.2)

flatten_weather: 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

Run this code
# 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