invoke_runtime_methods {artma} | R Documentation |
Invoke methods
Description
Pass a vector of runtime methods to invoke, together with a data frame to invoke these methods on, and invoke them.
Usage
invoke_runtime_methods(methods, df, ...)
Arguments
methods |
[character] A character vector of the methods to invoke. |
df |
[data.frame] The data frame to invoke the methods on.
|
... |
[any] Additional arguments to pass to the methods. Internal example: df <- data.frame(...) invoke_runtime_methods(c("funnel_plot", "bma"), df) |
[Package artma version 0.2.1 Index]