View source: R/check.simulation.plan.R
check.compute.plan | R Documentation |
Check which computations of a compute plan are done
check.compute.plan(
strPlan,
zipDir = ".",
pattern = "*_out.zip",
hashFile = "inputFile.hash"
)
strPlan |
A string specifying the RData file with the compute plan. |
zipDir |
A string specifying the folder with the computation results. |
pattern |
A string to identify the file inside the zip folder that contains the hash connected to the starting value file (a row in the compute plan). |
A vector of strings for a latex table. The table shows the compute plan and which computations are done.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.