Skip to contents

This function exports the negative gate definitions from a FlowObject to a CSV file. It will stop if the negative gate definitions are not found within the FlowObject.

Usage

export_negative_gate_def(x, filename = "negative_gate_def.csv")

Arguments

x

A FlowObject containing negative gate definitions.

filename

The name of the file to which the negative gate definitions will be written.

Value

The FlowObject, unchanged, with the side effect of writing to a file.

Examples

if (FALSE) { # \dontrun{
export_negative_gate_def(x, filename = "negative_gate_def.csv")
} # }