Description Usage Arguments Value Examples
This function takes a vector of constituency names and returns a variable that indicates if each element is in the "Red Wall" or not. These constituencies are coded according to the classification created by James Kanagasooriam.
1  | is_red_wall(x = NULL)
 | 
x | 
 A vector of constituency data.  | 
A boolean vector.
1 2 3 4  | ## Not run: 
is_redwall(x = "Bury South")
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.