pivot_table_EMU: A function to create pivot tables

View source: R/pivot_table_EMU.R

pivot_table_EMUR Documentation

A function to create pivot tables

Description

This function allows you to create pivot tables for EMU, expanded and non expanded.

Usage

pivot_table_EMU(df, vars, expanded, digits.expanded, digits.percentage)

Arguments

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.

Value

The pivot table.

Examples

pivot_table_EMU(df, "hacia_modo_ppal", TRUE)

samesag/emu documentation built on Aug. 22, 2023, 3:19 p.m.