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"))
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"))
Copyright © 2021 Jogjafile Inc.