as.data.frame.eeg_tfr: Convert 'eeg_tfr' objects to a 'data.frame'

View source: R/df_converters.R

as.data.frame.eeg_tfrR Documentation

Convert eeg_tfr objects to a data.frame

Description

Convert eeg_tfr objects to a data.frame

Usage

## S3 method for class 'eeg_tfr'
as.data.frame(x, row.names = NULL, optional = FALSE, long = FALSE, ...)

Arguments

x

Object of class eeg_tfr

row.names

Kept for compatability with S3 generic, ignored.

optional

Kept for compatability with S3 generic, ignored.

long

Convert to long format. Defaults to FALSE.

...

arguments for other as.data.frame commands

Value

A data.frame or tibble

Author(s)

Matt Craddock matt@mattcraddock.com


craddm/eegUtils documentation built on March 1, 2025, 3:23 p.m.