duck_download: Download a file using duck

View source: R/file_transfer.R

duck_downloadR Documentation

Download a file using duck

Description

Download a file using duck

Usage

duck_download(url, dest, username = "foo", password = "bar",
  verbose = FALSE, extra = "--quiet --existing overwrite")

Arguments

url

the url of the file

dest

character destination filename, by default the basename of the URL

username

the username (required)

password

the password (required)

verbose

logical, if TRUE then echo the command string

extra

character extra params for duck, currently "–existing overwrite"

Value

integer with 0 for success

See Also

Other file_transfer: cp_download, duck_upload, has_duck, has_rsync, has_scp, make_remote_directory, remote_directory_exists, rsync_download, rsync_upload, scp_download, scp_upload


BigelowLab/genologicsr documentation built on June 7, 2024, 3:15 a.m.