#If using the 'acoustics' schema verbatim:
btnw<-dbDownloadTemplate(
type = "BIN",
names= c("template1","template2")
FFTwl = 512,
FFTovlp = 0,
FFTwn = "hanning")
#'acoustics' schema, different database name:
btnw<-dbDownloadTemplate(
db.name = "LocalSQLdb",
uid = "EntryOnly" ,
pwd = "07H23BBM",
type = "COR",
species = c("BTNW","OVEN")
FFTwl = 512,
FFTovlp = 0,
FFTwn = "hanning")Run the code above in your browser using DataLab