Open MatthieuStigler opened 4 months ago
Interesting example, thanks @MatthieuStigler
Not sure what to do with list columns. We ignore them. (Which is sufficient for your example) For the time being I'll do that.
A potential use case would be to use instead of tm_mv
, to give the users more flexibility.
Done. I'll rename this issue
I am getting a strange error message running a very simple call
tm_shape(inter)+ tm_borders()
:I suspect it happens whenever a
sf
object contains a list column? See example below, where the code will break wheninter
has list-columnorigins
, but run iforigins
is removed?Created on 2024-07-07 with reprex v2.1.0