wrap_label {volker}R Documentation

Wrap a string

Description

Wrap a string

Usage

wrap_label(x, width = 40)

Arguments

x

A character vector.

width

The number of chars after which to break.

Value

A character vector with wrapped strings.


[Package volker version 3.1.0 Index]