lp_short: Wrap a long text

View source: R/utils.R

lp_shortR Documentation

Wrap a long text

Description

Wrap a long text

Usage

lp_short(x, width = 30)

Arguments

x

String length 1

width

Width to wrap it. See base::strwrap

Value

String length 1

Examples

lp_short("A very long string that needs to take more than one lines")

lefkiospaikousis/lpmisc documentation built on July 19, 2022, 3:16 a.m.