get_results_for_object {trimmer} | R Documentation |
Compute Results From Function Call with Object as Argument
Description
Compute Results From Function Call with Object as Argument
Usage
get_results_for_object(obj, obj_arg_name, fun, ...,
tolerate_warnings = TRUE)
Arguments
obj |
|
obj_arg_name |
|
fun |
|
... |
other (named) arguments for 'fun'. |
tolerate_warnings |
|
Value
results from function call.
[Package trimmer version 0.8.1 Index]