View source: R/misc_mle_core.R
save_instance | R Documentation |
Save MLE simulations instances to disk
save_instance(
instance,
id = NA,
filename = "mle_instance_",
folder = "E:\\MLE_SIM\\DATA",
sep = "\\",
write = TRUE,
data = NULL,
job = NULL
)
instance |
object generated via |
id |
integer, id to append to |
filename |
character, base file name |
folder |
character, folder to file |
sep |
character, path separator |
write |
logical, should instance be saved a (if FALSE, instance is only returned) |
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.