insert_line_break: Function insert a line break into a string after n chars

View source: R/shiny_helpers.R

insert_line_breakR Documentation

Function insert a line break into a string after n chars

Description

Function insert a line break into a string after n chars

Usage

insert_line_break(x, n = 30)

Arguments

x

string

n

insert line break after n chars

Value

new string with line breaks #377EB8, #E41A1C

Examples

insert_line_break(x = "very long string", n = 10)


el-mrt/auto-statistics documentation built on March 19, 2022, 1:57 p.m.