mvFiles | R Documentation |
Originally developed to move venn diagram log output. Can be used to move any unique set of files to new directory.
mvFiles(origDir_v, newDir_v, pattern_v = "*\\.log")
origDir_v |
path to original directory containing the files |
newDir_v |
one of two. (1) path to new directory where files should be moved to. (2) character string of new sub-directory of origDir_v to put files into. |
pattern_v |
some sort of regex to uniquely identify files to move. |
moves files at system level
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.