fbind: Bind two factors

Description Usage Arguments Value Examples

View source: R/fbind.R

Description

Two factors are binded so that the result is also a factor.

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

paljenczy/foofactors documentation built on May 5, 2019, 5:53 p.m.