I want to plot a table of my data frame with lines and color formatting. So far the only solution I have come up with is through packages xtables
and data.table
but I seem to get the output in Latex code.
How do I output this code in R to see what it looks like?
Is there no simple solution for plotting a table with the base package?