x <- print(...)
Open
- Dominant language
- HTML
- Stars
- 12
- Forks
- 12
- PR merge metrics
- No merged PRs in 30d
Description
To get a character representation of an mpoly object it seems one has to use `x <- print(...)`. I think the way it should work is that there should be a `format` and/or `as.character` method and then users can use that so they don't have to use `print` to convert to a character representation. `print` can then internally use `as.character` or `format`.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.