Skip to contents

Export the components of a resuSet object

Usage

exportr(resuSet, out_file_prefix = "out_SET", out_folder = "_output")

Arguments

resuSet

A list, provided in the format expected by the resuSet specifications

out_file_prefix

String character, to be used to prepend all exported files. Defaults to "out_SET", but can be meaningfully chosen to match the set of results it refers to.

out_folder

String character, specifying in which folder such tabular outputs will be generated. Defaults to "_output", but can also be called "." to specify the current directory.

Value

Invisible NULL if no errors are encountered

Examples

# TODO