label_wrap_mod {likert}R Documentation

Wrap label text.

Description

Wrap label text.

Usage

label_wrap_mod(value, width = 25)

Arguments

value

vector (converted using as.character) to be wrapped.

width

the maximum width of each line in characters.

Adapted from https://github.com/hadley/ggplot2/wiki/labeller


[Package likert version 1.3.5 Index]