View source: R/get_tidy_data.R
This function allows to get abbreviations of species' names
1 | get_abbr(sp_name, start1 = 1, end1 = 3, start2 = 1, end2 = 7)
|
sp_name |
A vector of full latin species names with authors. No defaults. |
start1 |
A number for starting symbol in the abbriviation of the genus. Defaults to 1. |
end1 |
A number for ending symbol in the abbriviation of the first word. Default to 4. |
start2 |
A number for starting symbol in the abbriviation of the second word. Default to 2. |
end2 |
A number for ending symbol in the abbriviation of the second word. Default to 7. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.