Skip to contents

The function is most useful for finding common cases between models.

Usage

join_models(.fcst, join_type = "inner", name = "joined_models", ...)

Arguments

.fcst

A harp_list object with any multimodel data merged with merge_multimodel.

join_type

The type of join to perform. See join.

name

The name of the resulting model.

...

Other arguments to join.

Value

A harp_df data frame.