Nothing
Code
number(1.1, 2)
Output
[1] 1.10
Code
number(1100, scientific = TRUE)
Output
[1] 1.1e+03
Code
number(0.05, leading_zero = FALSE)
Output
[1] .050
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.