Combine two identically shaped data frames by adding values of each column from the second data frame into the corresponding column in the first dataframe using parentheses
zip_tables(x, y, newline = TRUE, brackets = FALSE)
A combined data frame.
The first data frame.
The second data frame.
Whether to add a new line character between the values (default: TRUE).
Whether to set the secondary values in brackets (default: FALSE).