Description Usage Arguments Value
This function is an example of a summary function that can be
passed to simrabid
. If passing to the summary_fun arg in simrabid
,
it will be called with no arguments,
so all arguments must have a default or be empty. This is also a useful
helper function for writing your own summary functions, just wrap it in
list2env and set envir_num to the parent environment frame number where
the objects you're looking for are (see the source for check_sim
for an example).
1 |
names |
character vector of object names in parent environment |
a list of objects from simrabid specified in names
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.