Learn R Programming

SEERaBomb (version 2015.2)

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

  • None. This function is called for its side-effect of producing an SQLite database file.

Details

Descriptions of column names are given in hemeDesc and solidDesc.

See Also

SEERaBomb-package,mkSEER,mkSEERold

Examples

Run this code
library(SEERaBomb)
mkAbomb()

Run the code above in your browser using DataLab