fbind: Bind two factors

Description Usage Arguments Value Examples

View source: R/fbind.R

Description

Create a new factor from two smaller factors.

Usage

1
fbind(a, b)

Arguments

a

factor

b

factor

Value

factor

Examples

1
fbind(iris$Species[c(1, 51, 101)], PlantGrowth$group[c(1, 11, 21)])

trahelyk/foofactors documentation built on Dec. 23, 2021, 12:02 p.m.