dragon_drop: Drag and drop files from one location to another based on...

View source: R/dragon_drop.R

dragon_dropR Documentation

Drag and drop files from one location to another based on folder name to a specified directory

Description

Drag and drop files from one location to another based on folder name to a specified directory

Usage

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
)

Arguments

origin

character

destination

character

folder.name

character

folder.ext

character

sub.folder

character

file.type

factor

folder.list

factor

new.folder

character

distribute

logical


austl001/MOSLR documentation built on Aug. 17, 2022, 12:07 a.m.