fbind: This is a function that treats factors as.character. The...

Description Usage Arguments Value Examples

View source: R/fbind.R

Description

This is a function that treats factors as.character. The result is then catenated and presented as factor once again.

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

Koromir/foofactors documentation built on Dec. 18, 2021, 3:37 a.m.