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
.
mkAbomb(AbombHome="~/data/abomb")
Directory with Abomb files. Should be writable by user.
None. This function is called for its side-effect of producing the files abomb.RData
and abomb.db
.
This function also creates an SQLite database abomb.db
with tables heme
, solid
,
hemeDesc
and solidDesc
.
# NOT RUN {
library(SEERaBomb)
mkAbomb()
load("~/data/abomb/abomb.RData")
hemeDesc
heme
# }
Run the code above in your browser using DataLab