paste_factors: Combine factors by pasting values

Description Usage Arguments Value

Description

Combine factors by pasting values

Usage

1
paste_factors(x, y, sep = " ")

Arguments

x, y

Factors to be combined.

sep

Character string to separate the levels of x and y.

Value

A new factor with values created by pasting the values of 'x' and 'y' together.


kylebittinger/kylemisc documentation built on Dec. 11, 2020, 10:41 a.m.