Display column with histograms from skimr when using xtable()

108 Views Asked by At

Could I also display the column with the histograms when creating the xtable from

SK<-data.frame(skimr::skim(iris[,1:4]))

to

htmlTable::htmlTable(xtable(SK, result="html"))
0

There are 0 best solutions below