rlang icon indicating copy to clipboard operation
rlang copied to clipboard

dots_n() should take into account splicing

Open lionel- opened this issue 7 years ago • 3 comments

And return NA if it detects splicing?

lionel- avatar May 10 '17 15:05 lionel-

and take a .ignore_empty argument.

lionel- avatar May 12 '17 07:05 lionel-

Related to #415

hadley avatar Jun 10 '18 14:06 hadley

Related to the issue of caching the result of !!! #1032. Can we cache the results at the splic site rather than at the capture site? Then this would only trigger one !!! evaluation, which is ideal:

if (dots_n(...)) list2(...)

lionel- avatar Mar 29 '21 10:03 lionel-