space | R Documentation |
Chain together depth * tabLength
spaces
space(depth = 1L, tabLength = 2L)
depth |
depth of indentation |
tabLength |
number of spaces per indentation level |
vector of character of length one consisting of depth *
tabLength
space characters
cat(sprintf("%s1\n%s2\n%s3\n", space(1), space(2), space(3)))
cat(sprintf("%s1\n%s2\n%s3\n", space(1, 4), space(2, 4), space(3, 4)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.