If a user wishes to show category/statement data that is too large to be shown comfortably on the width of the PDF document, we provide functionality for renaming the columns headers of a categoricalArray's presentation and putting them above or below the table in a itemized list.

catArrayTexAdjustments(
  result,
  category_aliases = NULL,
  category_text = NULL,
  width = NULL,
  bullets = TRUE
)

Arguments

result

A crosstab result sub-object that is typically passed to writeLatex

category_aliases

Defaults to NULL. Otherwise, the categories will be itemized using item_alias.

category_text

Defaults to NULL. Otherwise, overwrites the category text

width

A number representing the width of the LaTeX parbox that contains the category list

bullets

A logical. Defaults to TRUE. Should the output have bullets?

Details

The default itemization scheme is uppercase letters. If you do not provide shortnames or aliases (not to be confused with crunch aliases), you will see A, B, C, and so on for each column of your categorical array