kevinushey / dotty

Destructuring assignments in R with the `.` object.
https://kevinushey.github.io/dotty/
Other
42 stars 0 forks source link

`..` is getting a value #4

Closed DavisVaughan closed 2 months ago

DavisVaughan commented 2 months ago
.[one, .., five] <- list(1, 2, 3, 4, 5)

.. is getting assigned 4 here!