Well...
?format
(strangely enough).
Try searching in R at least a wee bit before posting.
-- Bert
On Fri, Apr 13, 2012 at 12:35 PM, mrzung wrote:
> hi all,
>
> What I want to do is show a number with thousand expression.
>
> I dont know exactly the expression name but here is example.
>
> 1,0
try this:
> prettyNum(1, big.mark = ",")
[1] "100,000,000"
>
On Fri, Apr 13, 2012 at 3:35 PM, mrzung wrote:
> hi all,
>
> What I want to do is show a number with thousand expression.
>
> I dont know exactly the expression name but here is example.
>
> 1,000
> 10,000,000
>
> is ther
hi all,
What I want to do is show a number with thousand expression.
I dont know exactly the expression name but here is example.
1,000
10,000,000
is there a way to express a number like that?
--
View this message in context:
http://r.789695.n4.nabble.com/How-to-define-format-of-number-tp4
3 matches
Mail list logo