Identify table width class

ID_tbl_width_class(plot_name = NULL, rda_dir = NULL, portrait_pg_width = NULL)

Arguments

portrait_pg_width

The amount of space between the margins of a portrait-oriented page, in inches. Represents the threshold for the maximum width of a table that can be rendered on a portrait page before it needs to be resized, rotated, and/or split across multiple pages.

Value

The width class of a table: regular, wide, or extra-wide. The result will determine whether the table that can be rendered on a portrait page as-is, or if it needs to be resized, rotated, and/or split across multiple pages.

Examples

if (FALSE) { # \dontrun{
ID_tbl_width_class(
  plot_name = "indices.abundance_table.rda",
  rda_dir = here::here(),
  portrait_pg_width = 5
)
} # }