audioblastDownload {sonicscrewdriver} | R Documentation |
Download audio files from audioBlast
Description
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 |
[Package sonicscrewdriver version 0.0.7 Index]