exportdb: Export an S4 object to a SQLite database.

Description Usage Arguments Value Author(s) Examples

Description

Export an S4 object to a SQLite database.

Usage

1
exportdb(object, file)

Arguments

object:

an S4 object

file:

a file name.

Value

file path of the generated file.

Author(s)

Nobent Dibroca & Laurrert Bullet

Examples

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

## End(Not run)

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