2014-01-05 R で数値のカンマ区切り出力 R format 関数で 3 桁ごとにカンマを付与できます。 > format(123456789, big.mark=",", scientific=F) [1] "123,456,789"