powered by
write_xml(x, file, ...)
h <- read_html("<p>Hi!</p>") tmp <- tempfile(fileext = ".xml") write_xml(h, tmp) read_xml(tmp)
Run the code above in your browser using DataLab