,

Count number of complete segments of an eeg_lst object.

count_complete_cases_tbl(x, ...)

Arguments

x

An eeg_lst object.

...

Variables from the segment table to group by.

Value

A tbl.

See also

Examples

if (FALSE) {
faces_segs_some %>% count_complete_cases(.recording, .description)
}