I have a dataset consist of factors and numeric and I want to export view(dfSummary(mtcars)) in my latex is it possible? many thanks in advance
library(summarytools)
data("mtcars")
view(dfSummary(mtcars))
this is not working xtable(dfSummary(mtcars))