View source: R/decision_points.R
| state_summary_default | R Documentation |
Captures a compact named list of all current variable values from an entity.
Used as the default summary_fn when state_before or state_after is
requested in a TrajectoryLogger with detail = "summary".
state_summary_default(entity, ...)
entity |
An |
... |
Reserved for future arguments (ignored). |
Implementors may supply a custom summary function with the same signature:
function(entity, ...) returning a named list.
A named list of variable values.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.