๐ Name first level of list returned by `read_opus()` with string containing file name (DSN)
Closed this issue ยท 4 comments
philipp-baumann commented
๐ Name first level of list returned by `read_opus()` with string containing file name (DSN)
philipp-baumann commented
philipp-baumann commented
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)
laura-summerauer commented
Wonderful! :) Thanks!
philipp-baumann commented
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.