area_team_names: Format CCG and NHS area team names into print format.

View source: R/area_team_names.R

area_team_namesR Documentation

Format CCG and NHS area team names into print format.

Description

Removes brackets and sorts capitalisation. Also replace ampersands with "and" and hyphenates name places such as Stockton-on-Tees.

Usage

area_team_names(area_team_name)

Arguments

area_team_name

A vector of area team names

See Also

ann_tab_ccg_names

Examples

x <- "NHS ENGLAND NORTH (YORKSHIRE AND HUMBER)"
area_team_names(x)
area_team_names("nhs Stockton on Tees ccg")
area_team_names("Nhs Fylde & Wyre CCG")

PublicHealthEngland/hcaidcs documentation built on Jan. 19, 2024, 8:38 a.m.