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

Description Usage Arguments Details Value Examples

View source: R/plant_tree.R

Description

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

Usage

1
2
3
4
5
6
7
relocateProject(
  project.id0,
  project.path = NA,
  swap.directory = NA,
  project.libraryTF = FALSE,
  library.path = ""
)

Arguments

project.id0

Project name

project.path

Project home PARENT 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
5
6
7
## Not run: 
# Change adaprTest project directories to a new directories
relocateProject("adaprTest","mydirectory1","mydirectory2publish")
# Import project just added to default directory
relocateProject("importedProject")

## End(Not run) 

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