我将data.frame传递给xtable
dat.table <- xtable(dat[1:20,] ,digits=10)
我宁愿使用科学记数法,而不是显示这样的数字.我该怎么办?
看了一眼,但我找到的只是R:格式化xtable中的数字,这似乎不是答案.
r
r ×1