Skip to contents

Convert NHS Health Board Codes to the NHS Health Board Names

Usage

convert_hb_to_hbnames(hb)

Arguments

hb

vector of NHS Health Board codes

Value

a vector of NHS Health Board names

Examples

hb <- c("S08000015", "S08000016")
convert_hb_to_hbnames(hb)
#> [1] "Ayrshire and Arran" "Borders"