make_formatted_title: ggplot2 Title Break Make

Description Usage Arguments Examples

Description

ggplot2 Title Break Make

Usage

1
make_formatted_title(title, character_width = 20)

Arguments

title

the vector of values you would like to add carriage returns to

character_width

how many characters do you want each line to be maximum

Examples

1
2
3
a <- "A really long title for a graph that will probably not fit but we need to write it all"

make_formatted_title(a)

medewitt/datademon documentation built on May 29, 2019, 11:40 a.m.