View source: R/df_converters.R
as.data.frame.eeg_tfr | R Documentation |
eeg_tfr
objects to a data.frame
Convert eeg_tfr
objects to a data.frame
## S3 method for class 'eeg_tfr'
as.data.frame(x, row.names = NULL, optional = FALSE, long = FALSE, ...)
x |
Object of class |
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 |
A data.frame
or tibble
Matt Craddock matt@mattcraddock.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.