indent: Indentat a String (Add Spaces to the Left)

View source: R/indent.R

indentR Documentation

Indentat a String (Add Spaces to the Left)

Description

Indentat a String (Add Spaces to the Left)

Usage

indent(x, depth = 0L, tabLength = 2L)

Arguments

x

vector of character

depth

indentation level. Default: 0

tabLength

number of spaces per indentation level. Default: 2


KWB-R/kwb.utils documentation built on April 1, 2024, 7:12 a.m.