Description Usage Arguments Value Examples
Clean BCU names for consistency.
1 | recode_bcus(bcu)
|
bcu |
A vector of BCU names |
A vector of BCU names - cleaned if needed, otherwise just returns the original BCU name.
1 2 3 4 5 6 | recode_bcus("Eel - NGBR")
# [1] "Eel - Northern GBR"
recode_bcus("North Red Sea-Egypt II")
# [1] "North Red Sea - Egypt II"
recode_bcus("Bahamas")
# [1] Bahamas
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.