invoke_runtime_methods: Invoke methods

View source: R/run.R

invoke_runtime_methodsR 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. list Results of the invocations, indexed by method names.

...

[any] Additional arguments to pass to the methods.

Internal example: df <- data.frame(...) invoke_runtime_methods(c("funnel_plot", "bma"), df)


artma documentation built on April 13, 2025, 9:08 a.m.