if (FALSE) {
# load example data
data(list = "lbh.est", package = "NatureSounds")
# subset to 10 selections
X <- lbh.est[1:10, ]
# Export data to a single sound file
exp_est(X, file.name = "test", single.file = TRUE, path = tempdir())
# Export data to a single sound file and normalizing, no pb
exp_est(X, file.name = "test2", single.file = TRUE, normalize = TRUE, pb = FALSE, path = tempdir())
# several files
exp_est(X, single.file = FALSE, file.name = "test3", path = tempdir())
}
Run the code above in your browser using DataLab