death_other | R Documentation |
Function to view "Other" Causes of Death that are availbe in RADS (via
rads.data). These are causes
of death that are NOT included in the NCHS 113 Causes of death
(see ?death_113_count
) or the CDC death injury matrix (see
?death_injury_matrix_count
).
Generates a character vector with the names of all available causes of death.
death_other()
This function simply returns the unique values of the cause.of.death
column from rads.data::icd_other_causes_of_death
.
A character vector with the name of each available cause of death.
This function does not take any arguments
rads.data::icd_other_causes_of_death
?rads.data::icd_other_causes_of_death
#' # Save and view table as a data.table named 'blah'
blah <- death_other()
print(blah)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.