stage_filelist: Stage files from a list of files

View source: R/filenames.R

stage_filelistR Documentation

Stage files from a list of files

Description

Given a vector of filenames in the directory fromDir, stage the files into toDir.

Usage

stage_filelist(fromDir, toDir, filelist, f0 = 1, f1 = length(filelist), ...)

Arguments

fromDir

the directory where all the files are located, all files must be in the same directory.

toDir

where the files are copied.

filelist

The list of files

f0

The index of the first file in the list to be copied (default = 1)

f1

The index of the last file in the list to be copied (default = length(filelist))

...

parameters passed to file.copy


episphere/biowR documentation built on Dec. 6, 2023, 1:44 a.m.