Skip to contents

Get onsets selected files

Usage

get_onsets_selected_data(
  recording,
  tactus = "Matra",
  filetype = "rda",
  verbose = FALSE
)

Arguments

recording

Recording object.

tactus

optional name of the beat column to ensure it is turned into integer.

filetype

type of file ('rda' as default), can be 'csv'.

verbose

messages the specific data loaded (default is 'FALSE').

Value

list of data.frames

Examples

r <- get_sample_recording()
o <- get_onsets_selected_data(r)