Skip to content

Commit

Permalink
Update hms_stock_status (2024)
Browse files Browse the repository at this point in the history
Replaced 2023 data file with new 2024 submission. Rebuilt ecodata with updated dataset.
  • Loading branch information
BBeltz1 committed Dec 15, 2023
1 parent 79aed7c commit 2ed821b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file not shown.
2 changes: 1 addition & 1 deletion data-raw/get_hms_stock_status.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ library(tidyr)
library(ggplot2)

data.dir <- here::here('data-raw')
hms_stock_status_xlsx <- "2022_SAFE_B_F - Jennifer Cudney - NOAA Federal.xlsx"
hms_stock_status_xlsx <- "2023_SAFE_B_F - Jennifer Cudney - NOAA Federal.xlsx"

get_hms_stockstatus <- function(save_clean = F){
xlsx <- readxl::read_xlsx(file.path(data.dir, hms_stock_status_xlsx))
Expand Down
Binary file modified data/hms_stock_status.rda
Binary file not shown.

0 comments on commit 2ed821b

Please sign in to comment.