extendr / extendr/extendr.github.io
Breaking the **R**ules: mutable references
Open
- Dominant language
- JavaScript
- Stars
- 10
- Forks
- 8
- Avg merge
- 20h 26m
- Merged PRs (30d)
- 5
Description
This could be an advanced section with hazards all over it that discusses how to mutate R objects in place.
This is against the clone on write (Cow) rules of R. BUT if you created and own all of the objects, it may make sense to mutably handle them. in some cases.
Contributor guide
Assessment
This issue has not been assessed yet.