Downlaod file or directory from ImmPort

download_immport(path, output_dir = ".", aspera_path = NULL, verbose = FALSE)

Arguments

path

A character. File or directory to download.

output_dir

A character. Output directory.

aspera_path

A charater. Path to Aspera CLI installation.

verbose

A logical. Show stdout/stderr from Aspera.

Value

A list with components: * status The exit status of the process. If this is `NA`, then the process was killed and had no exit status. * stdout The standard output of the command, in a character scalar. * stderr The standard error of the command, in a character scalar. * timeout Whether the process was killed because of a timeout.

Examples

if (FALSE) {
download_immport("/SDY1/StudyFiles/Casale_Study_Summary_Report.doc")
}