Skip to contents

Join two data frames by time and grouping columns.

Usage

join_data(df1, df2)

Arguments

df1

The first data frame

df2

The second data frame

Value

The inner join of the two data frames

Details

df1 and df2 should both have a time column and the exact same grouping columns.

Examples

#TODO