fxs | R Documentation |
Format string of fixed character length
fxs(x, pattern = "0000")
x |
string to format |
pattern |
format to adhere to |
x reformatted according to pattern
fxs(c(0,1,34, 50000), pattern = " ")
fxs(c(0,1,34, 50000), "000000")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.