download: Download attachments from an issue

Description Usage Arguments

Description

Download attachments from an issue

Usage

1
2
3
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


Bioconductor/BiocContributions documentation built on May 6, 2019, 7:48 a.m.