Skip to contents

Convert Social Care Sending Location Codes into the Local Council Authority Codes.

Usage

convert_sc_sending_location_to_lca(sending_location)

Arguments

sending_location

vector of sending location codes

Value

a vector of local council authority codes

See also

convert_ca_to_lca

Other code functions: convert_ca_to_lca(), convert_hb_to_hbnames(), convert_hscp_to_hscpnames()

Examples

sending_location <- c(100, 120)
convert_sc_sending_location_to_lca(sending_location)
#> [1] "01" "03"