Convert Social Care Sending Location Codes into LCA Codes
Source:R/convert_sc_sending_location_to_lca.R
convert_sc_sending_location_to_lca.Rd
Convert Social Care Sending Location Codes into the 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"