invoke_runtime_methods | R Documentation |
Pass a vector of runtime methods to invoke, together with a data frame to invoke these methods on, and invoke them.
invoke_runtime_methods(methods, df, ...)
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) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.