getFiles: Get files from several directories. Files in the sourceDir...

Description Usage Arguments

Description

Get files from several directories.

Files in the sourceDir are copied to the targetDir. The function offers options for a robust process.

Usage

1
2
3
.getFiles(sourceDir, targetDir, recursive = TRUE, exclude = NULL,
  rectify = TRUE, method = "find", pattern = NULL, verbose = TRUE,
  progress = TRUE, failsafe = FALSE)

Arguments

sourceDir

source directories

targetDir

targetDir target directory

recursive

whether to check subdirectories

exclude

I do not remember

rectify

logical, whether to get rid of special characters in filenames

method

either list.files or find

pattern

a pattern filenames should match, passed into list.files

verbose

logical, whether to be verbose

progress

whether to show progress bar

failsafe

whether to be robust


PolMine/ctk documentation built on May 8, 2019, 3:20 a.m.