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 June 8, 2025, 10:43 a.m.