as.data.frame.weights_matrix: Coerce a 'weights_matrix' class object into a 'data.frame'...

View source: R/as_data_frame.R

as.data.frame.weights_matrixR Documentation

Coerce a weights_matrix class object into a data.frame class object

Description

Coerce a weights_matrix class object into a data.frame class object

Usage

## S3 method for class 'weights_matrix'
as.data.frame(x, ...)

Arguments

x

A weights_matrix class object.

...

Additional parameter passed to as.data.frame().

Value

A data.frame class object with all the columns of x and its contained solutions data frame.


metasnf documentation built on June 8, 2025, 12:47 p.m.