View source: R/small_functions.R
fbind | R Documentation |
Create a new single factor from two other factors without dumbly converting them to integers
fbind(a, b)
a |
factor |
b |
factor |
factor
fbind(iris$Species[c(1,51,101)], PlantGrowth$group[c(1,11,21)])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.