powered by
Download Zip Archive of All Data in a Volume.
download_volume_zip( vol_id = 31, out_dir = tempdir(), file_name = "test.zip", vb = options::opt("vb"), rq = NULL )
Full filename of the downloaded file.
Volume number.
Directory to save output file.
Name for downloaded file, default is 'test.mp4'.
Show verbose messages. (Defaults to FALSE, overwritable using option 'databraryr.vb' or environment variable 'R_DATABRARYR_VB')
FALSE
An httr2 request object. Default is NULL.
httr2
# \donttest{ if (FALSE) { download_volume_zip() # Zip file of all data from volume 31, the default. } # }
Run the code above in your browser using DataLab