fct_to_excel_values | R Documentation |
A function to apply before export values to excel
fct_to_excel_values(x)
x |
A factor |
f <- factor(c("b", "b", "a", "c", "c", "c")) fct_to_excel_values(f)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.