fbind: Bind factors nicely

Description Usage Arguments Value Examples

View source: R/fbind.R

Description

This makes nice factor combos

Usage

1
fbind(a, b)

Arguments

a

A factor

b

A factor

Value

A factor

Examples

1
2
3
a <- factor(c("hi", "there"))
b <- factor(c("what's", "up"))
fbind(a, b)

nayefahmad/foofactors3 documentation built on Feb. 3, 2020, 1:53 p.m.