write.interval: Writes an interval object to a CSV file.

View source: R/interval.R

write.intervalR Documentation

Writes an interval object to a CSV file.

Description

Writes an interval object to a CSV file.

Usage

write.interval(x, ..., class = FALSE)

Arguments

x

An interval object to be saved.

...

Additional arguments passed to write.csv().

class

Logical indicating whether to add the class column in the CSV.

Value

No return value, it saves the interval to the given CSV file.


COveR documentation built on Oct. 30, 2024, 9:28 a.m.