R/generateMissingSSRows.R
generateMissingSSRows.Rd
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.
generateMissingSSRows(
RDBESDataObject,
speciesListName,
verbose = FALSE,
strict = TRUE
)
A valid RDBESDataObject
The name of the Species List you want to use for any SS rows that are created.
(Optional) Set to TRUE if you want informative text printed out, or FALSE if you don't. The default is FALSE.
(Optional) This function validates its input data - should the validation be strict? The default is TRUE.
A data table of SS data with any missing rows added
# To follow