View source: R/misc_mle_core.R
load_instance | R Documentation |
Load MLE simulations instances from disk
load_instance(
id = 1,
filename = "mle_instance_",
folder = "E:\\MLE_SIM\\DATA",
sep = "\\",
data = NULL,
job = NULL
)
id |
integer, id to append to |
filename |
character, file name |
folder |
character, file folder |
sep |
character, path separator |
data |
NULL (required for batchtools compatibility) |
job |
NULL (required for batchtools compatibility) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.