rnb.options2xml {RnBeads} | R Documentation |
Exports all option values to an XML document.
rnb.options2xml(pretty = TRUE)
pretty |
Flag indicating if the document should be formatted to be easily readable. For example, if this is set
to |
XML document in the form of a character
that encodes all options and their current values.
Yassen Assenov
cat(rnb.options2xml(), file = "rnbeads_options.xml")