# NOT RUN {
# First set temporary folder
setwd(tempdir())
data(selection.files)
write.table(selection.files[[1]],file = "100889-Garrulax monileger.selections.txt",
row.names = FALSE, sep= '\t')
write.table(selection.files[[2]],file = "1023-Arremonops rufivirgatus.selections.txt",
row.names = FALSE, sep= '\t')
## MAKE SURE THERE ARE NO OTHER .txt FILES IN THE WORKING DIRECTORY
#providing the name of the column with the sound file names
rav.dat<-imp.raven(sound.file.col = "End.File", all.data = FALSE)
View(rav.dat)
#getting all the data
rav.dat<-imp.raven(all.data = TRUE)
View(rav.dat)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab