pad: Pad a string

Description Usage Arguments Value

Description

Pad a string

Usage

1
pad(x, n = 10, where = "left", pad = " ")

Arguments

x

Input character vector.

n

Pad x to this (minimum) width.

where

Side where the padding is added.

pad

Padding character.

Value

A character vector.


gschofl/rmisc documentation built on May 17, 2019, 8:54 a.m.