firmo23
firmo23

Reputation: 8404

Display column with histograms from skimr when using xtable()

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"))

Upvotes: 0

Views: 124

Answers (0)

Related Questions