copyProject: Copies project to a different directory

Description Usage Arguments Details Value

View source: R/copyProject.R

Description

Copies project to a different directory

Usage

1
2
3
4
5
6
7
copyProject(
  project.id = getProject(),
  targetDirectory = getProjectPublishPath(project.id),
  dataCopy = TRUE,
  programsOnly = FALSE,
  speedCopy = TRUE
)

Arguments

project.id

character string name of project

targetDirectory

character string specifying which directory to copy to

dataCopy

logicial specifying whether to copy data

programsOnly

logical indicating to copy only program folder

speedCopy

logical indicating to not copy if file name, mod time, and file size are identical in target directory.

Details

Defaults to copy to the publish directory

Value

data frame


gelfondjal/adapr documentation built on Feb. 2, 2020, 1:32 a.m.