Identify table width class
ID_tbl_width_class(plot_name = NULL, rda_dir = NULL, portrait_pg_width = NULL)
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.
if (FALSE) { # \dontrun{
ID_tbl_width_class(
plot_name = "indices.abundance_table.rda",
rda_dir = here::here(),
portrait_pg_width = 5
)
} # }