rnb.options2xml: rnb.options2xml

Description Usage Arguments Value Author(s) Examples

View source: R/options.R

Description

Exports all option values to an XML document.

Usage

1

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.

Author(s)

Yassen Assenov

Examples

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

RnBeads documentation built on March 3, 2021, 2 a.m.