dragon_drop | R Documentation |
Drag and drop files from one location to another based on folder name to a specified directory
dragon_drop( origin = utils::choose.dir(caption = "Select the origin directory that folders or file(s) should be copied from."), destination = utils::choose.dir(caption = "Select the destination directory that folders or file(s) should be copied to."), folder.name = format(Sys.Date(), format = "%Y-%m"), folder.ext = NULL, sub.folder = NULL, file.type = NULL, folder.list = "destination", new.folder = TRUE, distribute = FALSE )
origin |
character |
destination |
character |
folder.name |
character |
folder.ext |
character |
sub.folder |
character |
file.type |
factor |
folder.list |
factor |
new.folder |
character |
distribute |
logical |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.