# Default is to indent by four non-breaking spaces.
indent("Mean")
# Choose a different indentation level.
indent("Mean", n = 2L)
# `indent()` is vectorised over `x`
indent(c("Mean", "Median", "Max, Min", "Missing"))
Run the code above in your browser using DataLab