mkAbomb {SEERaBomb} | R Documentation |
Make Abomb Binaries
Description
Converts Abomb files ‘lsshempy.csv’ and ‘lssinc07.csv’
into tibbles heme
and solid
in the file ‘abomb.RData’.
Usage
mkAbomb(AbombHome="~/data/abomb")
Arguments
AbombHome |
Directory with Abomb files. Should be writable by user. |
Details
The files ‘lsshempy.csv’ and ‘lssinc07.csv’ can be found under The incidence of leukemia, lymphoma and multiple myeloma among atomic bomb survivors: 1950-2001 and Life Span Study Cancer Incidence Data, 1958-1998 of the Radiation Effects Research Foundation (RERF) website http://www.rerf.or.jp/.
Value
None. This function is called for its side-effect of producing ‘abomb.RData’.
Author(s)
Tom Radivoyevitch (radivot@ccf.org)
See Also
Examples
## Not run:
library(SEERaBomb)
mkAbomb()
load("~/data/abomb/abomb.RData")
View(heme)
## End(Not run)
[Package SEERaBomb version 2019.2 Index]