wrap_output: Wrap output values into a desired format

View source: R/allgeneric.R

wrap_outputR Documentation

Wrap output values into a desired format

Description

The wrap_output function is a generic function that takes an object, values to be wrapped, and additional arguments to create a wrapped output based on the provided object and values.

Usage

wrap_output(obj, vals, ...)

Arguments

obj

The object used to determine the appropriate method for wrapping the output.

vals

The values to be wrapped.

...

Additional arguments to be passed to the function.

Value

A wrapped output based on the provided object and values.


bbuchsbaum/rMVPA documentation built on April 23, 2024, 7:35 a.m.