I am new to R and R markdown, and was wondering how to make a nice table in an html file. I am trying to use ascii, but when I enter the code below I get a table that looks okay in an R console window, but looks bad in the html. I am pretty sure that the table is too wide, but I am not sure, it is 15 columns of 11 obs. Any help would be appreciated and I can add more information if I am not being clear.
print(ascii(FINALTABLE), type = "org", include.colnames = TRUE)
type = "org"is for emacs org-mode are your sure that is really what you want - dickoa