Open
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
.
Metadata
Metadata
Assignees
Labels
No labels