Description Usage Arguments Value Examples
View source: R/fbind.R
This makes nice factor combos
1
fbind(a, b)
a
A factor
b
1 2 3
a <- factor(c("hi", "there")) b <- factor(c("what's", "up")) fbind(a, b)
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.