hospital_name | R Documentation |
Hospitalname and/or location, with support for all hospitals in Northern Netherlands, including Meppel, Hardenberg and Zwolle.
hospital_name(x, format = "{naamkort}, {plaats}")
x |
text to be transformed |
format |
default is |
hospital_name(c("MCL", "MCL", "Martini"))
hospital_name(c("Antonius", "WZA", "Martini"), format = "{naam} te {plaats}")
# special case for GGD
hospital_name(c("Martini", "GGD Groningen", "GGD Drenthe"), format = "{naam}")
hospital_name(c("Martini", "GGD Groningen", "GGD Drenthe"), format = "{naamkort}")
hospital_name("ggd friesland", "{naam}")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.