ccopy: Copy mpathsenser zip files to a new location

View source: R/utils.R

ccopyR Documentation

Copy mpathsenser zip files to a new location

Description

[Stable]

Copy zip files from a source destination to an origin destination where they do not yet exist. That is, it only updates the target folder from the source folder.

Usage

ccopy(from, to, recursive = TRUE)

Arguments

from

A path to copy files from.

to

A path to copy files to.

recursive

Should files from subdirectories be copied?

Value

A message indicating how many files were copied.

Examples

## Not run: 
ccopy("K:/data/myproject/", "~/myproject")

## End(Not run)

mpathsenser documentation built on May 29, 2024, 9:11 a.m.