Generate any missing SS rows. When FOcatchReg=="All" it is expected that SScatchFraction is either "Catch" OR "Lan"+"Dis". In the latter case, if one is missing the other is to be assumed 0. This function generates SS rows for any missing catch fractions.
Source:R/generateMissingSSRows.R
generateMissingSSRows.RdGenerate any missing SS rows. When FOcatchReg=="All" it is expected that SScatchFraction is either "Catch" OR "Lan"+"Dis". In the latter case, if one is missing the other is to be assumed 0. This function generates SS rows for any missing catch fractions.
Arguments
- RDBESDataObject
A valid RDBESDataObject
- speciesListName
The name of the Species List you want to use for any SS rows that are created.
- verbose
(Optional) Set to TRUE if you want informative text printed out, or FALSE if you don't. The default is FALSE.
- strict
(Optional) This function validates its input data - should the validation be strict? The default is TRUE.