Commit 3acaa6be authored by Richard Cornes's avatar Richard Cornes
Browse files

Add deck value for gdac data

parent 8b00e171
......@@ -112,6 +112,7 @@ for ( year in my_args[1]:my_args[2] ) {
mdata.gdac$sid <- 999
mdata.gdac$pt <- 5 # all GCC data should be from ships
mdata.gdac$dups <- NA
mdata.gdac$dck <- 0
## Fill missing columns with NA
miss.cols <- colnames(mdata)[which(!colnames(mdata)%in%colnames(mdata.gdac))]
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment