constructive icon indicating copy to clipboard operation
constructive copied to clipboard

construct character strings with optional new lines

Open moodymudskipper opened this issue 7 months ago • 1 comments

optionally, for instance c("a\nb") can be constructed as:

c("a
b")

Sometimes that's more readable and we can't use writeLines() or cat() so easily when the string is nested

moodymudskipper avatar Apr 03 '25 18:04 moodymudskipper