fbind: Bind two factors together

Description Usage Arguments Value Examples

Description

Bind two factors together. Numeric values are not allowed. Characters are coerced to factors. Look at the examples in the vignette for usage.

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)])

KPdir/foofactors documentation built on May 8, 2019, 4:41 p.m.