write.interval | R Documentation |
Writes an interval object to a CSV file.
write.interval(x, ..., class = FALSE)
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. |
No return value, it saves the interval to the given CSV file.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.