fbind: Bind two factors together

Description Usage Arguments Value Examples

Description

Bind two factors together

Usage

1
fbind(a, b, level.as.appears = TRUE)

Arguments

a

factor

b

factor

level.as.appears

boolean; should the factor levels be combined as they appear?

Value

factor

Examples

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

csiu/foofactor documentation built on May 14, 2019, 12:24 p.m.