Skip to content

Commit

Permalink
change haulid def in sa #9 #21
Browse files Browse the repository at this point in the history
  • Loading branch information
rBatt committed Dec 14, 2015
1 parent 51c216c commit 3fef1d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/clean.names.R
Original file line number Diff line number Diff line change
Expand Up @@ -317,11 +317,11 @@ clean.names.ngulf <- function(X){
clean.names.sa <- function(X){

sa.cols <- c(
"COLLECTIONNUMBER" = "haulid",
# "COLLECTIONNUMBER" = "haulid",
# "PROJECTNAME",
# "PROJECTAGENCY",
"DATE" = "date",
# "EVENTNAME",
"EVENTNAME" = "haulid",
"VESSELNAME" = "vessel",
# "GEARNAME",
# "GEARCODE",
Expand Down

0 comments on commit 3fef1d5

Please sign in to comment.