| load_swat_run | R Documentation | 
Load simuation results that were saved in sqlite data bases in one or multiple save folders when running SWAT.
load_swat_run(
  save_dir,
  variable = NULL,
  run = NULL,
  add_parameter = TRUE,
  add_date = TRUE,
  add_run_info = TRUE
)
| save_dir | Character string or vector of character strings that provide the path/s to the save folder/s. | 
| variable | Output variables that were saved in the SWAT run and that should be loaded into R | 
| run | Numeric vector giving the indexes of the simulations that should be loaded | 
| add_parameter | Logical. If  | 
| add_date | Logical. If  | 
| add_run_info | Logical. If  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.