Skip to content

Commit

Permalink
Fixed key that was obstructing Oracle Upload
Browse files Browse the repository at this point in the history
  • Loading branch information
zoyafuso-NOAA committed Sep 6, 2024
1 parent 71a4139 commit e2b7774
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/update_production_tables.R
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ rm(list = ls())
## Load libraries and connect to Oracle. Make sure to connect using the
## GAP_PRODUCTS credentials.
##~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
library(gapindex)#; library(data.table)
library(gapindex); library(data.table)
gapproducts_channel <- gapindex::get_connected(check_access = F)

##~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand All @@ -38,7 +38,7 @@ keys <- list(cpue = c("HAULJOIN", "SPECIES_CODE"),
biomass = c("SURVEY_DEFINITION_ID", "YEAR",
"SPECIES_CODE", "AREA_ID"),
sizecomp = c("SURVEY_DEFINITION_ID", "YEAR", "AREA_ID",
"SPECIES_CODE", "LENGTH_MM"),
"SPECIES_CODE", "SEX", "LENGTH_MM"),
agecomp = c("SURVEY_DEFINITION_ID", "YEAR", "AREA_ID",
"SPECIES_CODE", "SEX", "AGE"))

Expand Down

0 comments on commit e2b7774

Please sign in to comment.