grapes-lpad-grapes: Left pad strings the way of pipe operator

Description Usage Arguments Details Value Examples

Description

Left pad strings the way of pipe operator

Usage

1
string %lpad% pad.width

Arguments

string

Character vector or NULL

pad.width

string or .digit where to indicate the pad and widht

Details

This functions is a pipe version of stringr::pad

Value

A character vector or NULL

Examples

1
2
3
4
5
5 %lpad% '0.5'
5 %lpad%   .5
5 %lpad%  '.5'
5 %lpad% '2.5'
'é' %lpad% 'é.5'

GuillaumePressiat/stringfix documentation built on Dec. 25, 2021, 12:24 a.m.