powered by
Used in rtables to indent row names for the ASCII output.
indent_string(x, indent = 0, incr = 2, including_newline = TRUE)
a character vector
a vector of length length(x) with non-negative integers
length(x)
non-negative integer: number of spaces per indent level
boolean: should newlines also be indented
x indented by left-padding with codeindent*incr white-spaces.
x
# NOT RUN { 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) # }
Run the code above in your browser using DataLab