copy_files: copy multiple files from a windows directory

Description Usage Arguments

View source: R/copy_file.R

Description

copy multiple files from a windows directory

Usage

1
copy_files(source_files, dest_dir, overwrite = FALSE, timestamp = FALSE)

Arguments

source_files

data.frame with file_path and file_name of the object to copy

dest_dir

string indicating the directory to paste copied file to

overwrite

logical indicating whether existing files in destination directory should be overwritten - default FALSE results in no copy

timestamp

logical indicating whether you'd like to timestamp the copied file


ces0491/fileR documentation built on July 19, 2021, 8:48 a.m.