createDashboardMatrix: Function to create dashboard matrices

View source: R/dashboardElements.R

createDashboardMatrixR Documentation

Function to create dashboard matrices

Description

This function creates a df with all frequency tables, weighted if necessary

Usage

createDashboardMatrix(
  extDict,
  df,
  weight = NULL,
  addIdentifier = FALSE,
  totals = TRUE
)

Arguments

df

interim dataframe to create tables from

weight

variable that identifies weights, default NULL

addIdentifier

logical, if TRUE column Pregunta will include identifiers.

totals

logical, if TRUE includes total tables at the end of matrix

dict

Extended dictionary from createExtendedDict

Value

dashboard matrices

Author(s)

Gabriel N. Camargo-Toledo gcamargo@sensata.io

Examples

TBD

SensataUX/sensataDataAnalysis documentation built on May 11, 2023, 10:59 a.m.