stage_filelist | R Documentation |
Given a vector of filenames in the directory fromDir, stage the files into toDir.
stage_filelist(fromDir, toDir, filelist, f0 = 1, f1 = length(filelist), ...)
fromDir |
the directory where all the files are located, all files must be in the same directory. |
toDir |
where the files are copied. |
filelist |
The list of files |
f0 |
The index of the first file in the list to be copied (default = 1) |
f1 |
The index of the last file in the list to be copied (default = length(filelist)) |
... |
parameters passed to file.copy |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.