R/utils.R
join_data.Rd
Join two data frames by time and grouping columns.
join_data(df1, df2)
The first data frame
The second data frame
The inner join of the two data frames
df1 and df2 should both have a time column and the exact same grouping columns.
df1
df2
time
#TODO