Skip to contents

These methods convert `fmristore` specific objects to data frames, implementing the S4 generic function as.data.frame from the `base` package.

Usage

as.data.frame(x, row.names = NULL, optional = FALSE, ...)

# S4 method for class 'H5ParcellatedScanSummary'
as.data.frame(x, row.names = NULL, optional = FALSE, ...)

Arguments

x

An object for which a `as.data.frame` method is defined.

row.names

A character vector giving the row names for the data frame, or NULL.

optional

Logical. If TRUE, setting row names and converting column names is optional.

...

Additional arguments passed to the underlying as.data.frame methods.