surround | R Documentation |
Format strings for pretty output
surround(x, pre = " ", post = " ", width = 8, ...)
x |
a vector |
pre |
text to prepend onto string |
post |
text to postpend onto string |
width |
desired width of string |
... |
additional arguments passed to |
a vector of strings padded to the desired width
surround(rbinom(10,20,.5), " ", " ", width=4)
surround(rnorm(10), " ", " ", width=8, digits = 2, nsmall = 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.