Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
解決策は非常に単純かもしれませんが、簡単に理解できないようです。私は次の番号を持っています:
a = 1000000 #> a #[1] 1e+06
「a」を文字列に変換したいのですが、 を使用するとtoString、次のようになります。
toString
#> toString(a) #[1] "1e+06"
取得したい: 1,000,000 代わりに、コンマ区切りを使用します。それは簡単に実現できますか?ありがとう!