Learn R Programming

rangeMapper (version 0.0-6)

bio.save: Import BIO tables

Description

Import tables (e.g. life history data) to a rangeMapper project.

Usage

bio.save(con, loc, tableName, ...)
	metadata2bio(con, ...)
	bio.merge(con, tableName, ...)

Arguments

con
An sqlite connection pointing to a valid rangeMapper project.
loc
file location or data.frame name
tableName
if missing, the name of the file or data.frame is used
...
Other arguments to pass to methods of bioSaveFile-class class, e.g. the ID, the column corresponding to the names of the range files

Value

  • A BIO table is created in the corresponding rangeMapper project.

References

Valcu, M., Dale, J. and Kempenaers, B. (in prep) rangeMapper: A platform for the study of macroecology of life history traits.

See Also

rangeMapper for a complete example. bioSaveDataFrame-class bioSaveFile-class wrens