rio icon indicating copy to clipboard operation
rio copied to clipboard

XML export / HTML export

Open chainsawriot opened this issue 9 months ago • 1 comments

Let's talk about HTML/XML.

Can rio::export(iris, "iris.html") do a better job than writeLines(knitr::kable(iris, format = "html"), "iris.html")? Or is it not very useful?

Should we encourage exporting to some XML formats with an Open Standard schema, e.g. FODS, rather than the so-called "Shallow XML document"?

Of course, the meta-question is: Do you use these XML / HTML features? Could we deprecate them?

chainsawriot avatar Sep 19 '23 13:09 chainsawriot