there are so many popular functions in r that don't support list column yet. I find myself repeatedly having to remove the geometry column of a sf object . This function could also be used in ...
It is tedious to create valid XML from a data.frame. Currently, as_xml_document() chokes on a variety of hacks: dat <- head(iris,3) as_xml_document(dat) Error in ...