我有一個數據表,我想用逗號格式化數據表。R使用逗號格式化數據表
她是我的代碼:
data<- data.frame(x = c(100000,4000000,6000000),y=c(43125343243, 3421341234, 324134314343))
data
formatC(data, format="d", big.mark=',')
data
我得到一個錯誤:
Error in formatC(data, format = "d", big.mark = ",") :
(list) object cannot be coerced to type 'integer'
In addition: Warning message:
In formatC(data, format = "d", big.mark = ",") : class of 'x' was discarded
任何想法? 謝謝!
你想這只是爲了打印到控制檯的目的? – Thomas
@Shambho,據我所知,你不能將自己的東西添加到原來的帖子... –
@Devon_C_Miller請在審批建議的編輯時密切注意。這是由_different_用戶在其問題中添加自己的問題所做的修改。甚至不適合。 – joran