View source: R/assign_directory.R
assign_directory | R Documentation |
Assign directory to download list
assign_directory(dllist, appname)
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 |
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.
## Not run: tdata <- system.file("testdata", "test_dllist.Rdata", package = "binman") load(tdata) assign_directory(test_dllist, "myapp") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.