Как вы можете легко изменить ширину столбца в htmltable в R. Я использую пакет htmltable.
Буду признателен за любую помощь
htmlTable(DataFrame, align = "c",
rnames = FALSE,
caption = "<b> <center> <font face = Times New Roman> Table 1. Population By Territory <br> <br>",
tfoot = "<b> Source </b> <br> [1] Random Data Source",
header = paste(c(" Territory", "Number of People")),
css.caption = "color:red;",
col.rgroup = c("none", "#ADADAD"),
padding.tspanner = "", ctable = TRUE,
css.cell = "<td width = 110px>",
)