exportcsv: Export a S4 object in multiple csv files. The csv files are...

Description Usage Arguments Value Author(s) Examples

Description

Export a S4 object in multiple csv files. The csv files are generated using the name provided and adding the object slotname in the name between the name and the file extension (usually '.csv'). If the file name provided has no extension, '.csv' is added to the name.

Usage

1
exportcsv(object, filename)

Arguments

object:

a S4 object

file:

a base for the file names.

Value

files path of the generated files.

Author(s)

Naurrent Bibrolet & Lorbert Dullca

Examples

1
2
3
4
5
## Not run: 
 data(sole)
 exportcsv(sole.cs,file="sole.csv")

## End(Not run)

ldbk/fishPifct documentation built on May 20, 2019, 11:28 p.m.