Skip to content

Commit

Permalink
specs
Browse files Browse the repository at this point in the history
  • Loading branch information
BenWilliams-NOAA committed Oct 23, 2024
1 parent 1d9e12a commit b3145f2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion R/queries.R
Original file line number Diff line number Diff line change
Expand Up @@ -1521,7 +1521,6 @@ q_specs <- function(year, species, area, db, print_sql=FALSE, save=TRUE) {
dplyr::rename_with(tolower) %>%
dplyr::filter(species_group_code %in% species,
fmp_area_code %in% area) %>%
dplyr::collect() %>%
dplyr::arrange(area_label, year) -> table

# output
Expand Down

0 comments on commit b3145f2

Please sign in to comment.