createFilteredTable: Function to create the subgroup filter table

View source: R/fct_createFilteredTable.R

createFilteredTableR Documentation

Function to create the subgroup filter table

Description

Function to create the subgroup filter table

Usage

createFilteredTable(
  filter1,
  filter2,
  variableChosen1,
  variableChosen2,
  results,
  y,
  x,
  bg.color,
  key
)

Arguments

filter1

variable name of first filter.

filter2

variable name of second filter.

variableChosen1

level of first filter variable.

variableChosen2

level of second filter variable.

results

results data set object of class "SubScreenResult".

y

target variable name.

x

variable name.

bg.color

background color.

key

number factors.


subscreen documentation built on April 3, 2025, 8:55 p.m.