grapes-pad-grapes: Both side pad strings the way of pipe operator

Description Usage Arguments Details Value Examples

Description

Both side pad strings the way of pipe operator

Usage

1
string %pad% pad.width

Arguments

string

Character vector or NULL

pad.width

string or .digit where to indicate the pad and width

Details

This functions is a pipe version of stringr::pad

Value

A character vector or NULL

Examples

1
2
5 %pad% '.3'
5 %rpad% '0.3'

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