Learn R Programming

SEERaBomb (version 2018.1)

mkAbomb: Make Abomb Binaries

Description

Converts Abomb files lsshempy.csv and lssinc07.csv into tibbles heme and solid in the file abomb.RData, which also contains descriptions of columns in tibbles hemeDesc and solidDesc.

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 the files abomb.RData and abomb.db.

Details

This function also creates an SQLite database abomb.db with tables heme, solid, hemeDesc and solidDesc.

See Also

SEERaBomb-package,mkSEER

Examples

Run this code
# NOT RUN {
library(SEERaBomb)
mkAbomb()
load("~/data/abomb/abomb.RData")
hemeDesc
heme
# }

Run the code above in your browser using DataLab