indent {beautier} | R Documentation |
Indent text for a certain number of spaces. If the text is only whitespace, leave it as such
indent(text, n_spaces = 4)
text |
the text to indent |
n_spaces |
the number of spaces to add before the text. BEAUti uses four spaces by default |
the indented text
Richèl J.C. Bilderbeek