Repeat a data frame for each entry in a second, binding the columns together.
repeat_add_columns(x, y)Data frame (tibble) to repeat
A copy of x is created for each row of this tibble
A repeated x with columns from y added.
This corresponds to repeat_and_add_vector in the old data system.