Description Usage Arguments Value Examples
Adds leading zeros to a number and represent it in a string of fixed length.
1 | AT.add.leading.zeros( x, digits = 5)
|
x |
number |
digits |
length of resulting string. Should be larger that log10(x). |
Character string with digits
characters.
1 2 | # Represent 99 as '00099'
AT.add.leading.zeros(x = 9, digits = 5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.