Skip to content

Commit

Permalink
output
Browse files Browse the repository at this point in the history
  • Loading branch information
BenWilliams-NOAA committed Aug 29, 2024
1 parent 5f26a4f commit d057fc6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/queries.R
Original file line number Diff line number Diff line change
Expand Up @@ -1420,7 +1420,8 @@ 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() -> table
dplyr::collect() %>%
dplyr::arrange(area_label, year) -> table

# output
if(isTRUE(save)) {
Expand Down

0 comments on commit d057fc6

Please sign in to comment.