download_session_zip: Download Zip Archive From Databrary Session.

View source: R/download_session_zip.R

download_session_zipR Documentation

Download Zip Archive From Databrary Session.

Description

Download Zip Archive From Databrary Session.

Usage

download_session_zip(
  vol_id = 31,
  session_id = 9803,
  out_dir = tempdir(),
  file_name = "test.zip",
  vb = FALSE,
  rq = NULL
)

Arguments

vol_id

Volume number.

session_id

Slot/session number.

out_dir

Directory to save output file.

file_name

Name for downloaded file, default is 'test.zip'.

vb

A Boolean value. If TRUE provides verbose output.

rq

An httr2 request object. Default is NULL.

Value

Full filename of the downloaded file.

Examples


## Not run: 
download_session_zip() # Downloads Zip Archive from volume 31, session 9803

## End(Not run)



PLAY-behaviorome/databraryapi documentation built on April 24, 2024, 4:20 a.m.