break_long_lines {pxmake}R 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


[Package pxmake version 0.18.0 Index]