Description Usage Arguments Details Value Methods (by class) See Also
Merges the results of grid_apply with the argument grid, with multiple return values
as separate columns.
| 1 2 3 4 5 | 
| x | results from  | 
| ... | additional arguments passed to either  | 
| arg_grid | argument grid; if NULL (default) looks for arg_grid
as an attribute to  | 
| stack | if  | 
| .reps | scalar or vector of completed replications for each job (usually given via  | 
If results are of varying length, it can be useful to 'stack'
them into key, value pairs by setting stack=TRUE.
When stacking, vectors ar mapped to a single key and data frames are mapped to two keys (rownames and column names).
If the results are unnamed, names are assigned as in as.data.frame.
See stack_list for
further details.
Returns results as a data.frame in long form with
the following columns:
| ... | Columns corresponding to grid of parameters given in
 | 
|  | the replication number | 
|  | the value of  | 
gapply: Tidy an object from grid_apply or collect
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.