assign_directory {binman} | R Documentation |
Assign directory
Description
Assign directory to download list
Usage
assign_directory(dllist, appname)
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 |
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.
Examples
## Not run:
tdata <- system.file("testdata", "test_dllist.Rdata", package = "binman")
load(tdata)
assign_directory(test_dllist, "myapp")
## End(Not run)
[Package binman version 0.1.3 Index]