convert_to_hex_string | R Documentation |
Utility function used throughout the package
convert_to_hex_string(x)
x |
A string of either common_name or sci_name |
Function that converts a string to a hex string for common name or scientific name when pulling data. This function is used within the pull_* functions that retrive species specific data
Kelli Johnson
## Not run:
common_name <- c("lingcod", "sablefish", "Pacific cod")
convert_to_hex_string(common_name)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.