export | R Documentation |
Export data from R
export(object, con, ...)
## S4 method for signature 'Cellosaurus,character'
export(object, con, ...)
object |
Object. |
con |
|
... |
Passthrough arguments to |
Invisible character
or list
of file paths.
Updated 2023-09-22.
BiocIO::export
.
rio::export
.
write.table
.
writeLines
.
data(cello)
## Cellosaurus ====
object <- cello
tempdir <- AcidBase::tempdir2()
con <- file.path(tempdir, "cello.csv")
x <- export(object = object, con = con)
print(x)
AcidBase::unlink2(tempdir)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.