I've searched and searched and just can't find a suitable example. I'm not really a developer by trade, so its possible I came across the answer I need but just didn't understand it.
I'm using R to manipulate/analyze some data and then producing a report in Rmarkdown, using flex-dashboard as the output. I have a wide table with several columns (i.e. the columns are application name and data center locations, I then show a count of host names per app in each site) and would like to angle/rotate some of them so the table is more readable and fits better on the page.
I'm not married to any one solution; I've looked for answers using kable, xtable, htmltable, etc. but can't seem to find what I need. I simply want to turn some of the table column names at an angle.
I'm not providing any reproducible data because it not about the data but rather formatting of the table output. Looking for any suggestion. Thanks much.