Downloads audio files associated with a search using the audioBlast() function.
audioblastDownload(
d,
metadata = TRUE,
skip.existing = TRUE,
dir = ".",
quiet = FALSE,
on.issue = .audioblastIssue
)
Data returned from a search using audioBlast().
If true saves the data in d as a csv file.
If true will not overwrite existing files.
Directory to save files to.
If true will not print progress.
Function to call on error or warning. By default stop
to raise
a standard R error. Setting to warning
will instead a warning.