grapes-rpad-grapes: Right pad strings the way of pipe operator

Description Usage Arguments Details Value Examples

Description

Right pad strings the way of pipe operator

Usage

1
string %rpad% 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 %rpad% '.2'
'é' %rpad% 'è.5'

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