fixed_width: To format numbers and strings. See help("format") for more...

fixed_widthR Documentation

To format numbers and strings. See help("format") for more information.

Description

To format numbers and strings. See help("format") for more information.

Usage

fixed_width(x, width, ...)

## S3 method for class 'character'
fixed_width(x, width, justify = "left", ...)

## S3 method for class 'numeric'
fixed_width(x, width, digits = 0, ...)

## S3 method for class 'integer'
fixed_width(x, width, digits = 0, ...)

## Default S3 method:
fixed_width(x, width, digits = 0, ...)

BAAQMD/strtools documentation built on Nov. 23, 2023, 5:52 a.m.