hi all,
I tried with the below code to add thousand seperator to dataframe. But the class is getting converted to Asis. Can we make it numeric?
> asd <- format(data.frame(a = c(4324322,45454354)),big.mark=",",scientific=FALSE)
> class(asd$a)
[1] "AsIs"