symlink.files: Create symlinks to files

View source: R/symlink_files.R

symlink.filesR Documentation

Create symlinks to files

Description

This function creates symlinks in the current directory to files in the provided directory.

Usage

symlink.files(file.dir, pattern, replacements = NULL)

Arguments

file.dir

character; path to directory containing files you want to link to.

pattern

character; matching pattern for files you want to link.

replacements

list; a named list of patterns and replacements for file names, e.g. =list(to.replace = c("A", "B"), replace.by = c("a", "b")). Default is NULL.

See Also

system, str_split, list.files


kstagaman/sharpton-lab-metaGTx.processing documentation built on Oct. 2, 2022, 4:39 p.m.