fct_utls | R Documentation |
The utility for handling factors
fct_add(x, v)
x |
factor |
v |
atomic |
# unique length x <- factor(c(1,3,5)) v <- 1:10 fct_add(x, v)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.