Description Usage Arguments Value
View source: R/cluster_tools.R
make argument list to run simulations on or off the cluster
| 1 | make_arg_list(runs = NULL, submit_fn, obj = NULL)
 | 
| runs | data frame where each row is a set of parameters for which to run the simulation. # if there are no variable parameters, set to NULL. | 
| submit_fn | character string. name of function to run on cluster | 
| obj | if running on cluster, the output of setup_cluster. if not running on cluster, set to NULL. | 
an argument list to run simulations on or off the cluster
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.