zip_tables: Combine two identically shaped data frames by adding values...

View source: R/utils.R

zip_tablesR Documentation

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

Description

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

Usage

zip_tables(x, y, newline = TRUE, brackets = FALSE)

Arguments

x

The first data frame.

y

The second data frame.

newline

Whether to add a new line character between the values (default: TRUE).

brackets

Whether to set the secondary values in brackets (default: FALSE).

Value

A combined data frame.


volker documentation built on April 12, 2025, 9:16 a.m.