pad: pads out an integer x to width with zeroes (to the left)

View source: R/csgfix.r

padR Documentation

pads out an integer x to width with zeroes (to the left)

Description

pads out an integer x to width with zeroes (to the left)

Usage

pad(x, width = 3)

Arguments

x:

numeric or character, thing you want to pad

width:

numberic, the width to pad to


StevenRunyon/csgfix documentation built on March 31, 2024, 5:36 a.m.