Skip to content

Incompatible with R < 4.1 #187

@HenningLorenzen-ext-bayer

Description

nbsp_string <- map_chr(leading_length, \(.x) {
if (!is.na(.x)) {
paste(rep("&nbsp;", .x), collapse="")
} else {
""
}})

Shorthand notation for function creation \(...) ... has been introduced with R 4.1.0.

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions