break_long_lines: Split long strings at commas

View source: R/helper_functions.R

break_long_linesR Documentation

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)

Arguments

str

String

max_line_length

Integer longest allowed line length

Value

A character vector


pxmake documentation built on Dec. 16, 2025, 5:08 p.m.