indent_string | R Documentation |
Used in rtables to indent row names for the ASCII output.
indent_string(x, indent = 0, incr = 2, including_newline = TRUE)
x |
( |
indent |
( |
incr |
( |
including_newline |
( |
x
, indented with left-padding with indent * incr
white-spaces.
indent_string("a", 0)
indent_string("a", 1)
indent_string(letters[1:3], 0:2)
indent_string(paste0(letters[1:3], "\n", LETTERS[1:3]), 0:2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.