Extract logged values of a function wrapped by a logging wrapper.
getLoggedValues(fn, compact = FALSE)
fn
: [wrapped_smoof_function
]
Wrapped smoof function.
compact
: [logical(1)
]
Wrap all logged values in a single data frame? Default is FALSE
.
[list
|| data.frame
] If compact
is TRUE
, a single data frame. Otherwise the function returns a list containing the following values:
addLoggingWrapper
Useful links