-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
Tplyr/R/replace_leading_whitespace.R
Lines 25 to 30 in 1fa6c4c
| nbsp_string <- map_chr(leading_length, \(.x) { | |
| if (!is.na(.x)) { | |
| paste(rep(" ", .x), collapse="") | |
| } else { | |
| "" | |
| }}) |
Shorthand notation for function creation \(...) ... has been introduced with R 4.1.0.
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation