Learn R Programming

SEERaBomb (version 2016.1)

mkAbomb: Make Abomb SQLite database

Description

Converts Abomb files ‘lsshempy.csv’ and ‘lssinc07.csv’ into tables heme and solid, respectively, in SQLite database ‘abomb.db’.

Usage

mkAbomb(AbombHome="~/data/Abomb")

Arguments

AbombHome
Directory with Abomb files. Should be writable by user.

Value

Details

Descriptions of column names are given in hemeDesc and solidDesc.

See Also

SEERaBomb-package,mkSEER,mkSEERold

Examples

Run this code
## Not run: 
# library(SEERaBomb)
# mkAbomb()  
# ## End(Not run)

Run the code above in your browser using DataLab