Learn R Programming

adapr (version 2.0.0)

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

Description

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

Usage

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

Value

logical for success or not

Details

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

Examples

Run this code
# NOT RUN {
relocateProject("adaprTest","mydirectory1","mydirectory2publish")
# }

Run the code above in your browser using DataLab