fbind: Binds Two Factors Together

Description Usage Arguments Value Examples

View source: R/fbind.R

Description

Binds Two Factors Together

Usage

1
fbind(a, b)

Arguments

a

a factor

b

a factor

Value

a factor combined of the input factors

Examples

1
2
3
ab <- as.factor(c("a","b"))
         cd <- as.factor(c("c","d"))
         fbind(ab,cd)

jeffbone/First-Package documentation built on May 19, 2019, 1:48 a.m.