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