load_instance: Load MLE simulations instances from disk

View source: R/misc_mle_core.R

load_instanceR Documentation

Load MLE simulations instances from disk

Description

Load MLE simulations instances from disk

Usage

load_instance(
  id = 1,
  filename = "mle_instance_",
  folder = "E:\\MLE_SIM\\DATA",
  sep = "\\",
  data = NULL,
  job = NULL
)

Arguments

id

integer, id to append to filename

filename

character, file name

folder

character, file folder

sep

character, path separator

data

NULL (required for batchtools compatibility)

job

NULL (required for batchtools compatibility)


maxwestphal/SEPM.SIM documentation built on April 11, 2024, 4:06 p.m.