Learn R Programming

binman (version 0.1.3)

assign_directory: Assign directory

Description

Assign directory to download list

Usage

assign_directory(dllist, appname)

Value

A named list of data.frames. The data.frame should contain the version, url and file to be processed, the directory to download the file to and whether the file already exists.

Arguments

dllist

A named list of data.frames. The name indicates the platform. The data.frame should contain the version, url and file to be processed.

appname

Name to give the app

Examples

Run this code
if (FALSE) {
tdata <- system.file("testdata", "test_dllist.Rdata", package = "binman")
load(tdata)
assign_directory(test_dllist, "myapp")
}

Run the code above in your browser using DataLab