string_pad {diffdf}R Documentation

string_pad Utility function used to replicate str_pad. Adds white space to either end of a string to get it to equal the desired length

Description

string_pad

Utility function used to replicate str_pad. Adds white space to either end of a string to get it to equal the desired length

Usage

string_pad(x, width)

Arguments

x

string

width

desired length


[Package diffdf version 1.0.4 Index]