Learn R Programming

pxmake (version 0.17.0)

break_long_lines: Split long strings at commas

Description

Long strings are split so they are no longer than 256 characters and end at a comma.

Usage

break_long_lines(str, max_line_length = 256)

Value

A character vector

Arguments

str

String

max_line_length

Integer longest allowed line length