Skip to content

construct character strings with optional new lines #544

@moodymudskipper

Description

@moodymudskipper

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions