pad | R Documentation |
This function helps to pad numbers on the left side with zeros so that they may be used to create strings used in filesystem names (for example).
pad(vect,np)
vect |
a vector of strings representing numbers. |
np |
number of zeros to pad to the left of the string. |
a (vector of) string(s) with np number of zeros padded on as a prefix
Jeremy Tantrum
pad(c(1,10,1000,10000), 4)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.