check.compute.plan: Check which computations of a compute plan are done

View source: R/check.simulation.plan.R

check.compute.planR Documentation

Check which computations of a compute plan are done

Description

Check which computations of a compute plan are done

Usage

check.compute.plan(
  strPlan,
  zipDir = ".",
  pattern = "*_out.zip",
  hashFile = "inputFile.hash"
)

Arguments

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).

Value

A vector of strings for a latex table. The table shows the compute plan and which computations are done.


KlausHerrmann/khermisc documentation built on May 6, 2023, 7:08 p.m.