Provides a `.` object which can be used for unpacking assignments. For example, `.[rows, columns] <- dim(cars)` could be used to pull the number of rows and number of columns from `dim(cars)` into individual variables `rows` and `columns` in a single step.
copied from cf-post-staging / r-dottyLabel | Latest Version |
---|---|
main | 0.1.0 |