[R] Tables, knitr markdown

Santosh santosh2005 at gmail.com
Mon Feb 22 21:17:48 CET 2016


Dear Rxperts..
I am able to generate tables using Tables R package..
However, when I have been unsuccessful in using kable (from knitr package)
to generate the table in R markdown script..

It's because the output generated by "tabular" in Tables package is of
class "tabular". The kable function in knitr package accepts data.frame.

Is there a way to convert the tabular class objects into data.frame
 objects?

Or is there a way that kable can accept "tabular" class object?


Thanks so much..
Santosh

	[[alternative HTML version deleted]]



More information about the R-help mailing list