Description Usage Arguments Value Examples
View source: R/no_scientific.R
no_scientific function
1 |
x |
some numeric scalar |
the number x as a character vector without scientific notation
1 2 | change 1e6 to 1000000
num<-no_scientific(1e6)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.