View source: R/reverse_names.R
reverse_names | R Documentation |
This function reverses fish common name. For example, it changes "Halibut, Pacific" to "Pacific halibut" and vice versa.
reverse_names(names)
x |
Common name |
Reversed common name
# Reverse common name
reverse_names(names=c("California spiny lobster", "Pacific halibut", "Hake", "Warty sea cucumber"))
reverse_names(names=c("Lobster, California spiny", "Halibut, Pacific", "Hake", "Crab, rock", "Sea cucumber, warty"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.