cross_write: Data Output

cross_writeR Documentation

Data Output

Description

Export Crossdome object to a tsv file.

Usage

cross_write(object, ...)

## S4 method for signature 'xrResult'
cross_write(
  object,
  file = "",
  append = FALSE,
  quote = FALSE,
  sep = "\t",
  eol = "\n",
  na = "NA",
  dec = ".",
  row.names = FALSE,
  col.names = TRUE,
  qmethod = c("escape", "double"),
  fileEncoding = ""
)

Arguments

object

Depends on xrResult object. Run cross_compose function.

file

File or connection to write to.


oandrefonseca/crossdome documentation built on March 30, 2023, 7:10 p.m.