dir.copy: Copy Directories.

View source: R/helper_functions.R

dir.copyR Documentation

Copy Directories.

Description

Copies a directory to another location.

Usage

dir.copy(src.dir, dest.dir, overwrite)

Arguments

src.dir

The directory to be copied.

dest.dir

The target directory.

overwrite

Overwrite existing files in dest.dir.

Value

TRUE if copying was successful, FALSE otherwise.


matdoering/openPrimeR documentation built on July 4, 2025, 3:59 a.m.