We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
xml_structure is great, but the cat output can get quite long...
xml_structure
cat
As opposed to write_xml, file argument adds flexibility to shut this argument on/off without changing much else while using xml_structure.
write_xml
file
Would be straightforward to add since this argument can just be passed to cat directly, IIUC.
Happy to try out a PR if it sounds like a good idea.
The text was updated successfully, but these errors were encountered:
Could even just add a ... argument and pass everything to cat
...
Sorry, something went wrong.
Passing the dots to cat() seems fine to me, happy to review a PR if you would like!
cat()
add ... to xml_structure and descendents, closes r-lib#244
0ed158b
672e3f6
No branches or pull requests
xml_structure
is great, but thecat
output can get quite long...As opposed to
write_xml
,file
argument adds flexibility to shut this argument on/off without changing much else while usingxml_structure
.Would be straightforward to add since this argument can just be passed to
cat
directly, IIUC.Happy to try out a PR if it sounds like a good idea.
The text was updated successfully, but these errors were encountered: