death_other: View "Other" Causes of Death available in RADS

death_otherR Documentation

View "Other" Causes of Death available in RADS

Description

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.

Usage

death_other()

Details

This function simply returns the unique values of the cause.of.death column from rads.data::icd_other_causes_of_death.

Value

A character vector with the name of each available cause of death.

Note

This function does not take any arguments

Source

rads.data::icd_other_causes_of_death

References

?rads.data::icd_other_causes_of_death

Examples

#' # Save and view table as a data.table named 'blah'
blah <- death_other()
print(blah)


PHSKC-APDE/rads documentation built on April 14, 2025, 10:47 a.m.