fill_spaces: Fill strings so all are the same length as width by filling...

Description Usage Arguments Value

Description

Fill strings so all are the same length as width by filling with additional spaces.

Usage

1
fill_spaces(lines, width, fill = c("random", "right", "left"))

Arguments

lines

Vector of strings

width

Width to make strings

fill

Preference of where to add additional spaces (default is random)

Value

vector of justified strings


nverno/rstuff documentation built on May 24, 2019, 10:55 a.m.