ices-tools-dev / RDBEScore

Provides functions to work with the Regional Database & Estimation System (RDBES)
https://ices-tools-dev.github.io/RDBEScore/
GNU General Public License v3.0
0 stars 4 forks source link

Which are the "essential" fields that must always be in the RDBESDataObject? #140

Closed davidcurrie2001 closed 1 month ago

davidcurrie2001 commented 1 year ago

Which are the "essential" fields that must always be in the RDBESDataObject? (These are the fields that are checked for when strict = FALSE is used as a parameter.)

Currently I have said the following are essential:

The essential fields are defined in the getRDBESDataModelColumnNames.R script in data-raw which creates the mapColNamesFieldR object.

nmprista commented 1 year ago

maybe also SL and VD fields?

davidcurrie2001 commented 1 year ago

I think I also need to include all SS cols.

davidcurrie2001 commented 1 year ago

maybe also SL and VD fields?

I'll add in the SL fields.
@nmprista Do you think all the VD fields are always required?

nmprista commented 1 year ago

@davidcurrie2001 I think enough to consider "essential" fields of VD the mandatory fields of that table.

davidcurrie2001 commented 1 year ago

Ok, done

davidcurrie2001 commented 1 month ago

Closing this issue - re-open if we need to add more essential fields.