relocateProject: changes project directory/publish directory/library locataion...

Description Usage Arguments Details Value Examples

Description

changes project directory/publish directory/library locataion or identifies imported project

Usage

1
2
relocateProject(project.id0, project.path = NA, swap.directory = NA,
  project.libraryTF = FALSE, library.path = "")

Arguments

project.id0

Project name

project.path

Project home directory

swap.directory

Project publish directory

project.libraryTF

Logical to use a local (not default) library

library.path

= path to local (not default) library

Details

Is wrapper for redirectTree. Does not move the project only indicates new location.

Value

logical for success or not

Examples

1
2
3
4
## Not run: 
relocateProject("adaprTest","mydirectory1","mydirectory2publish")

## End(Not run) 

adapr documentation built on May 1, 2019, 7:05 p.m.