as_tibble.eeg_lst: Convert an eeg_lst to a long table in 'tibble' format.

as_tibble.eeg_lstR Documentation

Convert an eeg_lst to a long table in tibble format.

Description

Convert the signal_tbl table from wide to long format.

Usage

as_tibble.eeg_lst(x, .unit = "s", ...)

as_data_frame.eeg_lst(x, .unit = "s", ...)

## S3 method for class 'eeg_lst'
as_long_tbl(x, .unit = "s", ...)

Arguments

x

An eeg_lst object.

.unit

Unit for the .time column of the transformed object: "s" (default), "ms", "samples".

...

Additional arguments to be passed to or from other methods.

Value

A tibble

See Also

Other tibble: as.data.frame.psd_lst(), as_tibble.psd_lst()


bnicenboim/eeguana documentation built on March 16, 2024, 7:21 a.m.