This expression is almost identical to anything()
with one major exception, a + is used instead of a *. This
means something() expects something whereas
anything() expects anything including... nothing!
something(.data = NULL)
| .data | Expression to append, typically pulled from the pipe |
|---|
Metacharacters: https://www.regular-expressions.info/characters.html#special
something()#> [1] "(?:.+)"#> [1] TRUE#> [1] FALSE#> [1] TRUE