BiocContributions (version 0.99.70)

download: Download attachments from an issue

Description

Download attachments from an issue

Usage

download(issue, dir = proj_path(), last_only = TRUE,
  pattern = "[.]tar[.]gz$", overwrite = FALSE, ...,
  session = tracker_login())

Arguments

issue
Issue object, or issue number to download files from
dir
Location to store the files
last_only
If TRUE only download the last submitted tarball.
pattern
Regular expression for files to download.
overwrite
Will only overwrite existing path if TRUE.
...
Additional Arguments passed to jump_to.
session
the HTTP session to use