Skip to contents

Create a folder for running model, with the model and dataset

Usage

prepare_run_folder(
  id,
  model,
  path,
  force = FALSE,
  data = NULL,
  model_path,
  dataset_path,
  auto_stack_encounters = FALSE,
  verbose = TRUE
)