View source: R/dashboardElements.R
createDashboardMatrix | R Documentation |
This function creates a df with all frequency tables, weighted if necessary
createDashboardMatrix(
extDict,
df,
weight = NULL,
addIdentifier = FALSE,
totals = TRUE
)
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 |
dashboard matrices
Gabriel N. Camargo-Toledo gcamargo@sensata.io
TBD
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.