added scotland hospital 24 points#55
Merged
MikeJohnPage merged 3 commits intoMay 26, 2025
Merged
Conversation
Member
|
It states here that there are 14 regional boards and 7 special boards. Looking through the code, we can see that the three additional hb codes refer to these special boards, which span 6 hospital sites: > points_scotland_hospitals24 |>
+ filter(hb19_code %in% c("SB0808", "SB0801", "SB0802")) |>
+ distinct(hb19_code, hb19_name, scotland_hospital24_name)
# A tibble: 6 × 3
hb19_code hb19_name scotland_hospital24_name
<chr> <chr> <chr>
1 SB0808 NHS National Services Scotland Livingston Donor Centre
2 SB0801 NHS National Waiting Times Centre Golden Jubilee National Hospital
3 SB0801 NHS National Waiting Times Centre Golden Jubilee Conference Hotel
4 SB0801 NHS National Waiting Times Centre Golden Jubilee Innovation Centre
5 SB0801 NHS National Waiting Times Centre Golden Jubilee Research Institute
6 SB0802 The State Hospitals Board for Scotland The State Hospital So, let's keep them! |
Member
|
Thanks 🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is my first time adding data to geographr, so would be nice to double check.
I am not sure about the hb19 codes and names - they matched with hb19 in geographr, but have 3 additional codes here.