futureverse / futureverse/listenv
Add clone()?
Open
enhancement
- Dominant language
- R
- Stars
- 31
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
Add `clone()` method, e.g.
``` r
clone.listenv <- function(x, ...) {
as.listenv(as.list(x, ...))
}
```
This can be useful when changing dimensions, e.g. `y <- as.matrix(clone(x))`.
Contributor guide
Assessment
This issue has not been assessed yet.