fbind | R Documentation |
Binds two factors, here sentences
fbind(a, b)
a |
If a is defined as: (a <- factor(c("South", "Carolina","water", "use", "data"))) |
b |
If b is defined as: (b <- factor(c("and", "package", "building", "exercise"))) c (a,b) factor(c(as.character(a), as.character(b))) |
: If fbind(a,b) is entered and run then it will join or bind those two sentences
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.