spectral-cockpit/opusreader2

๐Ÿ— Name first level of list returned by `read_opus()` with string containing file name (DSN)

Closed this issue ยท 4 comments

๐Ÿ— Name first level of list returned by `read_opus()` with string containing file name (DSN)

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.