Skip to contents

This function takes the larger dataframe of convergence flags for each location, forecast date, and scenario and checks if any of the flags are TRUE, and returns a dataframe with just a column indicating whether any flags are true

Usage

get_convergence_df(all_flags, scenario)

Arguments

all_flags

a dataframe containing the flags for each location, forecast_date, and scenario

scenario

The scenario to filter to, since some eval output will include multiple scenarios

Value

a dataframe with a column any_flags indicating whether any of the flags in the original full descriptive set of congerence flags are TRUE.