rt_pretty_text: Changes strings to "pretty" strings. Ignores other datatypes...

View source: R/string_manipulation.R

rt_pretty_textR Documentation

Changes strings to "pretty" strings. Ignores other datatypes else.

Description

Changes strings to "pretty" strings. Ignores other datatypes else.

Usage

rt_pretty_text(values)

Arguments

values

a string vector

Examples


library(ggplot2)
rt_pretty_text(c('abc', 'ABC', 'abc/xyz'))


shane-kercheval/rtools documentation built on July 7, 2022, 8:31 a.m.