Skip to content

Commit ee1e61d

Browse files
author
Carly Lovas
committed
nefsc clean names
1 parent 7a2bafb commit ee1e61d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

R/species_list.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ species_list <- function(source = "all") {
6868
"tilefish", "atlantic croaker", "striped bass", "gray triggerfish", "spanish mackerel"
6969
)) |>
7070
dplyr::mutate(clean_name = ifelse(comname == "goosefish", "monkfish", comname),
71+
clean_name = ifelse(comname == "atlantic surfclam", "surf clam", comname),
7172
data_source = "nefsc")
7273

7374
observer <- data.frame(comname = c(

0 commit comments

Comments
 (0)