Skip to content

Commit

Permalink
Update PPR (2024)
Browse files Browse the repository at this point in the history
Replaced 2023 dataset with 2024 dataset. Rebuilt ecodata with changes.
  • Loading branch information
BBeltz1 committed Dec 13, 2023
1 parent 1366586 commit 0a5cb55
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
Binary file not shown.
5 changes: 2 additions & 3 deletions data-raw/get_ppr.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ library(tidyr)
library(stringr)

raw.dir <- here::here("data-raw")
ppr_rds<-"PPR_2022.rds"
ppr_rds<-"PPR_2023 - Andrew Beet - NOAA Affiliate.rds"
get_ppr <- function(save_clean = F){

ppr<-readRDS(file.path(raw.dir, ppr_rds)) %>%
dplyr::rename(Time = Year)%>%
#dplyr::rename(Time = Year)%>%
dplyr::select(Time, Var, Value, EPU, Units)

# metadata ----
Expand All @@ -32,4 +32,3 @@ get_ppr <- function(save_clean = F){
}
}
get_ppr(save_clean = T)

Binary file modified data/ppr.rda
Binary file not shown.

0 comments on commit 0a5cb55

Please sign in to comment.