r - R2HTML number formatting -


I want to output a data frame using R2 HTML, and remove scientific notation. idea?

You can use the format command:

  format ( C (1,10,100) ^ 3, scientific = false)  

By chance, I recommend using the xtable for the table.


Comments

Popular posts from this blog

asp.net - Javascript/DOM Why is does my form not support submit()? -

sockets - Delphi: TTcpServer, connection reset when reading -

javascript - Classic ASP "ExecuteGlobal" statement acting differently on two servers -