squash: Squash one column in a data.frame using other columns as id.

View source: R/statistics.R

squashR Documentation

Squash one column in a data.frame using other columns as id.

Description

Squash one column in a data.frame using other columns as id.

Usage

squash(df, column, split = ",")

Arguments

df

data.frame

column

column name, not numeric position

split

split string

Value

data.frame

Examples

df <- data.frame(a = c(1:2, 1:2), b = letters[1:4])
squash(df, "b", ",")

pcutils documentation built on June 26, 2024, 1:06 a.m.