View source: R/pivot_table_EMU.R
pivot_table_EMU | R Documentation |
This function allows you to create pivot tables for EMU, expanded and non expanded.
pivot_table_EMU(df, vars, expanded, digits.expanded, digits.percentage)
df |
The dataframe containing the EMU information. |
vars |
a variable (or vector of variables) quoted that you want use as input for pivot table. |
expanded |
T if expanded, F if unexpanded. If missins, asummes TRUE. |
The pivot table.
pivot_table_EMU(df, "hacia_modo_ppal", TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.