mkAbomb: Make Abomb Binaries

Description Usage Arguments Details Value Author(s) See Also Examples

View source: R/mkAbomb.R

Description

Converts Abomb files ‘lsshempy.csv’ and ‘lssinc07.csv’ into tibbles heme and solid in the file ‘abomb.RData’.

Usage

1
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

SEERaBomb-package,mkSEER

Examples

1
2
3
4
5
6
7
## Not run: 
library(SEERaBomb)
mkAbomb()
load("~/data/abomb/abomb.RData")
View(heme)

## End(Not run)

SEERaBomb documentation built on Dec. 16, 2019, 1:21 a.m.