Learn R Programming

futureheatwaves (version 1.0.3)

consolidate: Consolidate heat wave dataframes

Description

This function combines all identified city-specific heat wave dataframes together into a single dataframe. This function is used to create a single dataframe with all heat waves from all study cities for an ensemble member.

Usage

consolidate(hwDataframeList)

Arguments

hwDataframeList
A list object where each element is the dataframe of heat waves, created by the closure created by createCityProcessor, for a single city.

Value

A combined dataframe version of the list object that was passed as an argument.