setup_incidence: Setup to Load Fixed-width Incidence Files

Description Usage Arguments Value Examples

Description

Reads in file specs and sets up information to load desired incidence files. These files come in groups, and specific tumors are within the groups.

Usage

1
setup_incidence(inc_dir = "./data/raw/", yr = 2013)

Arguments

inc_dir

Directory on user's system that contains the incidence data.

yr

Year of release. Defaults to 2013 (2016 release). Note that incidence function is for 2013 only.

Value

xxx

Examples

1
2
3
4
5
6
7
## Not run: 
# simple script read in files with types using above inputs
# remove col_types to have it choose types automatically
s <- setup_incidence()
seer <- load_files("LYMYLEUK", s)

## End(Not run)

outcomesinsights/seer.tools documentation built on May 24, 2019, 5:54 p.m.