Learn R Programming

RnBeads (version 1.4.0)

rnb.options2xml: rnb.options2xml

Description

Exports all option values to an XML document.

Usage

rnb.options2xml(pretty = TRUE)

Arguments

pretty
Flag indicating if the document should be formatted to be easily readable. For example, if this is set to TRUE (default), every element is located on separate line. Formatting does not affect the validity of the generated XML tree.

Value

XML document in the form of a character that encodes all options and their current values.

Examples

Run this code

cat(rnb.options2xml(), file = "rnbeads_options.xml")

Run the code above in your browser using DataLab