Closed philipp-baumann closed 1 year ago
Hey @laura-summerauer , the feature is ready to be tested :) #83
devtools::install_github("spectral-cockpit/opusreader2", ref = "feat-51-name-first-level-of-list")
library("opusreader2")
file <- opus_file()
files <- c(rep(file, 10)
# or better use your own data :)
data <- read_opus(files)
names(data)
Wonderful! :) Thanks!
Hey @laura-summerauer and @ThomasKnecht , after some thoughts and discussions, we can now simplify the naming. So this means the PR for the naming is implemented with DSN base file names.
For more sophisticated filtering with basic metadata, e.g., time stamps, I'll make a separate issue and corresponding PR 😎 this way the development stays focused.
cc @laura-summerauer