Learn R Programming

stRoke (version 23.9.1)

add_padding: Add padding to string

Description

Add padding to string

Usage

add_padding(d, length = NULL, after = FALSE, pad = "0")

Value

vector or character strings of same length.

Arguments

d

vector of strings or numbers

length

final string length

after

if padding should be added after as opposed to default before

pad

padding string of length 1

Examples

Run this code
add_padding(sample(1:200,5))

Run the code above in your browser using DataLab