export: Export data from R

exportR Documentation

Export data from R

Description

Export data from R

Usage

export(object, con, ...)

Arguments

object

Object.

con

character(1) or connection. Data connection. Use character(1) to represent a file path.

...

Additional arguments.

Value

Invisible character or list of file paths.

See Also

  • BiocIO::export.

  • rio::export.

  • write.table.

  • writeLines.

Examples

showMethods("export")

acidgenomics/AcidGenerics documentation built on April 9, 2024, 1:29 a.m.