Description Usage Arguments Value Author(s) Examples
Feed it a year and an ICD code and this will recode the reported file for the NOT INCCAN code. For example, if I tell it "C61" the function will return all reported cancers that are NOT prostate cancer.
1 | reportedFun(dat,yr)
|
dat |
Name of the data frame |
yr |
Character string, year suffix (i.e. "15","13","09","97", etc) |
Returns a formatted reported file with ID and a "OTHREP" flag variable (0,1)
Brian Carter
1 2 | report <- readRDS("cancer15apr2019reported.rds")
report15 <- otherRepFun(report,"15")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.