Displaying 1 result from an estimated 1 matches for "td3736299".
2011 Sep 28
1
Printing an xtable with type = html
I have been playing around with producing tables using xtable and the
type = "html" argument when printing. For example, if xtbl is the output
of a dataframe which has been run through xtable, using the command:
print(xtbl, type = "html",
html.table.attributes = "border = '1', align = 'center'")
I would be interested to see other examples of