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

Add strict parameter to validateRDBESDataObject() #129

Closed davidcurrie2001 closed 1 year ago

davidcurrie2001 commented 1 year ago

Add strict parameter to validateRDBESDataObject(). If TRUE all columns must be present, if FALSE only essential columns must be present. (This issue is spawned from #121 )

davidcurrie2001 commented 1 year ago

I've also added "strict" as an optional parameter to functions that call validateRDBESDataObject()

davidcurrie2001 commented 1 year ago

This has been done so closing this issue. A related issue has been opened (#140)