-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create InterCatch format output from doEstimationForAllStrata() function #209
Comments
…llStrata() and converts it into the InterCatch exchange format (#209)
First version of function with tests and vignette added. doEstimationForAllStrata() doesn't produce numbers at length/age outputs so only HI and SI record types are currently created in the IC output. |
I think the verbose flag could show what fields are needed and if they are mandatory (and want the options are) eg like: if(verbose) {
cat("HI table columns:\n")
cat(paste0(HIdefinitions$Name, " = " , HIdefinitions$Type, "#required:", HIdefinitions$Mandatory , "\n"))
cat("\n")
} also I think the definitions could benefit from columns like Mandatory and AcceptedValues |
Updated function so that it also creates SD rows. |
Create a function that takes the output from doEstimationForAllStrata() and converts it into the InterCatch exchange format https://www.ices.dk/data/Documents/Intercatch/IC-ExchangeFormat1-0.pdf
The text was updated successfully, but these errors were encountered: