id_ods: Subset death certificate records to those with drug overdose...

Description Usage Arguments Examples

View source: R/id_ods.R

Description

This function subsets a dataframe of death certificates to those with a UCOD field indicating acute drug poisoning.

Usage

1
id_ods(data, ucod_field)

Arguments

data

The death certificate dataframe.

ucod_field

The underlying cause of death field.

Examples

1
id_ods(data=death_certs, field=UCOD)

pjward5656/kipRc documentation built on April 27, 2020, 10:34 p.m.