powered by
indent
indentSpaces(indent = 0)
spaces = indentSpaces(0); print(paste(spaces, "This output is not indented...")); spaces = indentSpaces(1); print(paste(spaces, "...while this one is."))
Run the code above in your browser using DataLab