fbind: Bind two factors in a sensible way

Description Usage Arguments Value Examples

View source: R/fbind.R

Description

Bind two factors in a sensible way

Usage

1
fbind(a, b)

Arguments

a

a factor.

b

a factor.

Value

a factor

Examples

1
2
3
a <- factor("character", "hits", "your", "eyeballs")
b <- factor("but", "integer", "where it", "counts")
fbind(a, b)

dragosmg/dmgr documentation built on Dec. 11, 2021, 8:10 p.m.