Skip to content

Commit

Permalink
remove .rda
Browse files Browse the repository at this point in the history
  • Loading branch information
BenWilliams-NOAA committed Sep 27, 2023
1 parent aed71c1 commit bc89e18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/atka_mackerel.R
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ bsai_amak <- function(year, off_yr = FALSE){
}

# read in archived catch data
afscdata::bsai_amak_catch_1977_1990.rda %>%
afscdata::bsai_amak_catch_1977_1990 %>%
vroom::vroom_write(here::here(year, "data", "user_input", "bsai_amak_catch_1977_1990.csv"), ",")

# timestamp
Expand Down
2 changes: 1 addition & 1 deletion R/tier_6.R
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ bsai_octopus <- function(year) {
vroom::vroom_write(here::here(year, "data", "raw", "survey_biomass.csv"), ",")

q_date(year=year)

}


0 comments on commit bc89e18

Please sign in to comment.