zeroPad | R Documentation |
Prepend zeros to an integer until its string representation has 'string_length' characters.
zeroPad(x, string_length)
x |
'integer(1)' An integer to prepend zeros to so the returned string length of 'string_length'. |
string_length |
'integer(1)' The desired length of the returned string. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.