View source: R/df_converters.R
| as.data.frame.eeg_epochs | R Documentation | 
eeg_epochs object to data.frameConvert an eeg_epochs object to a data.frame for use with whatever
packages you desire.
## S3 method for class 'eeg_epochs' as.data.frame( x, row.names = NULL, optional = FALSE, long = FALSE, events = FALSE, cond_labels, coords = TRUE, ... )
| 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. | 
| events | Include events in output. Defaults to FALSE. Currently ignored. | 
| cond_labels | Add column tagging epochs with events that have matching labels. Deprecated. Metainfo from the epochs structure is now added automatically. | 
| coords | Include electrode coordinates in output. Ignored if long == FALSE. | 
| ... | arguments for other as.data.frame commands | 
Matt Craddock matt@mattcraddock.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.