cp_download: Download files using system cp

View source: R/file_transfer.R

cp_downloadR Documentation

Download files using system cp

Description

This assumes permissions have been set up

Usage

cp_download(url, dest, verbose = FALSE, extra = "")

Arguments

url

character

dest

character destination filename, by default the basename of the URL

verbose

logical, if TRUE then echo the command string

extra

character extra params for cp, currently ""

Value

integer with 0 for success

See Also

Other file_transfer: duck_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.