-
Notifications
You must be signed in to change notification settings - Fork 83
add support for connections to write_xml
#157
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Sure we would probably accept a pull request implementing this, but I don't think we are going to implement it ourselves. |
Interesting... I suppose it won't do formatting like |
@jimhester we won't do it for this release, but it might be worthwhile to do next time, just to get more experience writing to connections (which ideally we should support anytime you can pass a filename) |
This provides full connection support for XML and HTML output using the xmlSave API (http://xmlsoft.org/html/libxml-xmlsave.html). It also refactors the file output functions to use the xmlSave API as well, which provides more formatting and encoding options than the previous APIs. Closes r-lib#157
write_xml
accepts a file path as its second parameter. It could also accept aconnection
or even a broader list of outputs similar tocat()
The text was updated successfully, but these errors were encountered: