fbind: Function to concatenate two factors.

Description Usage Arguments Value Examples

View source: R/fbind.R

Description

Bind two factors together.

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

FreekManders/Freekfoofactors documentation built on April 7, 2020, 12:47 a.m.