Utility function used throughout the package
convert_to_hex_string.Rd
Utility function used throughout the package
Details
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
Examples
if (FALSE) { # \dontrun{
common_name <- c("lingcod", "sablefish", "Pacific cod")
convert_to_hex_string(common_name)
} # }