Learn R Programming

mpathsenser (version 1.2.3)

ccopy: 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)

Value

A message indicating how many files were copied.

Arguments

from

A path to copy files from.

to

A path to copy files to.

recursive

Should files from subdirectories be copied?

Examples

Run this code
if (FALSE) {
ccopy("K:/data/myproject/", "~/myproject")
}

Run the code above in your browser using DataLab