mapCancs {SEERaBomb}R Documentation

Map ICD9 and ICD-O3 codes to cancers

Description

Adds a factor cancer with easily recognizable levels to a SEER cancer data.frame.

Usage

mapCancs(D)

Arguments

D

A data frame that includes ICD9 and histo3 as columns.

Value

The input data frame with an additional cancer column added on.

Note

This is used by mkSEER() when it generates R binaries of the SEER data. Otherwise it provides current cancer definitions (seen by looking at the function definition).

Author(s)

Tom Radivoyevitch (radivot@ccf.org)

See Also

SEERaBomb-package, mapRegs

Examples

library(SEERaBomb)
mapCancs # shows default definitions

[Package SEERaBomb version 2019.2 Index]