I made a table in a file vignettes/examples.Rmd. I'm not happy with the width of the columns.
Specifically, the first column is set to 20% but I would like it to be 25%.
<table class="table">
<colgroup>
<col width="20%">
<col width="16%">
<col width="64%">
</colgroup>
Questions:
- How are these percentages calculated?
- How can I override the defaults with my own preferences?
I made a table in a file
vignettes/examples.Rmd. I'm not happy with the width of the columns.Specifically, the first column is set to 20% but I would like it to be 25%.
Questions: