Learn R Programming

sevenbridges (version 1.2.4)

misc_get_uploader: Download SBG uploader and extract to a specified directory

Description

Download SBG uploader and extract to a specified directory.

Usage

misc_get_uploader(destdir = NULL)

Arguments

destdir
The directory to extract SBG uploader to. If not present, it will be created automatically.

Value

0L if the SBG CLI uploader is successfully downloaded and unarchived.

Examples

Run this code
dir = '~/sbg-uploader/'
misc_get_uploader(dir)

Run the code above in your browser using DataLab