Skip to contents

Convert single letter to full responses per CCDF data dictionary.

Usage

vrbis_manner_death(col)

Arguments

col

Expects "Manner of Death" column from VRBIS dataset.

Value

Recoded response as character.

Examples

vrbis_manner_death("A")
#> [1] "Accident"
vrbis_manner_death(NA)
#> [1] "Not specified"