Description Usage Arguments Author(s)
View source: R/prepare_assessment.R
This takes raw assessment files and prepares them for use in the shiny decision support tool by including needed parameters such as retention and discard parameters even if they were not included in the original assessment.
1 2 | prepareAssessment(input, output, session, output.prep, starter.prep,
data.prep, control.prep, forecast.prep, pars.prep, disp.Desc, dir.prep)
|
input |
shiny input values list. |
output |
shiny output values list. |
session |
the current shiny session. |
output.prep |
the output file list object of the assesment being preped. |
starter.prep |
the starter file list object of the assesment being preped. |
data.prep |
the data file list object of the assesment being preped. |
control.prep |
the control file list object of the assesment being preped. |
forecast.prep |
the forecast file list object of the assesment being preped. |
pars.prep |
the parameter file list object of the assesment being preped. |
disp.Desc |
the display file list object of the assesment being preped. |
dir.prep |
the directory of the assesment being preped. |
Nathan Vaughan
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.