Learn R Programming

rangeMapper (version 0.0-4)

bio.save: Uploads 'bio' (e.g. life history data) to the active rangeMapper project.

Description

Imports data to an sqlite database previosly formatted by db.ini as a rangeMaper project.

Usage

bio.save(con, table_name = NULL, dat, common_id)

Arguments

con
A valid sqlite connection.
table_name
Table to be added to the active project. If table_name is NULL then the name of dat is used. The prefix BIO will be appended to table_name prior to saving.
dat
dat is a data.frame containing the common_id column.
common_id
This is the column corresponding to the names of the range files. This column will also get indexed in the sqlite database.

See Also

rangeMapper for a complete example.