ddsDownload: DDS RESTful File Download.

Description Usage Arguments Value Examples

View source: R/ddsDownload.R

Description

DDS RESTful File Download.

Usage

1
2
ddsDownload(project = NULL, local_folder = NULL, stop_on_mismatch = TRUE,
  chunk_size_bytes = 1293892)

Arguments

project

The DDS project to download.

local_folder

The location (UNC path) of a local folder where files will be saved

chunk_size_bytes

optionally, files can be downloaded per chunck, specify download chunk size here.

stop_on_mismatch=TRUE

A logical indicating if ddsDownload should abort due to mistached DDS hash and current download

Value

Standard Output indicating a successful or failed download.

Examples

1
ddsDownload(local_folder="/Users/nn31/Desktop/upload_testers",project="UploadTester")

Duke-Translational-Bioinformatics/duke-data-service-RClient documentation built on May 6, 2019, 2:55 p.m.