Skip to content

Commit

Permalink
Remove pelagics from rec_hms at request of HMS
Browse files Browse the repository at this point in the history
  • Loading branch information
BBeltz1 committed Feb 6, 2025
1 parent 2479aec commit bf8afb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion data-raw/get_rec_hms.R
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ get_rec_hms <- function(save_clean = F){
`4` = "New England",
`5` = "Mid-Atlantic")) %>%
dplyr::mutate(Var = paste0(Var, "-", EPU)) %>%
dplyr::select(Time, Var, Value, EPU)
dplyr::select(Time, Var, Value, EPU) |>
dplyr::filter(!stringr::str_detect(Var, "Pelagic")) # Remove pelagics from this dataset per HMS request (MRIP should not be used for pelagics)

# metadata ----
attr(rec_hms, "tech-doc_url") <- "https://noaa-edab.github.io/tech-doc/recreational-shark-fishing-indicators.html"
Expand Down
Binary file modified data/rec_hms.rda
Binary file not shown.

0 comments on commit bf8afb7

Please sign in to comment.