If you want to use x10 ^ notation, use print and xtable . something like:
print(xtable(dat[1:10,1:7], display=c("s","s", "s","s","g","g","g","g")), math.style.exponents = TRUE)
where s is a string and g is used for scientific notation (only when saving space), math.style.exponents from print converted to x10 ^ format.
George
source share