Generate a data frame with crossed rows from two other data frames
Usage
cross_df(df1, df2)
Value
data frame
Arguments
df1
data frame
df2
data frame
Details
For two data frames `df1` and `df2`, the function will return another data frame
that crosses them, which has rows with every unique combination of the input data frames