Learn R Programming

adapr (version 1.0.2)

relocate.project: Changes project directory/publish directory or identifies imported project

Description

Changes project directory/publish directory or identifies imported project

Usage

relocate.project(project.id0, project.path = NA, swap.directory = NA)

Arguments

project.id0

Project name

project.path

Project home directory

swap.directory

Project publish directory

Value

logical for success or not

Details

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

Examples

Run this code
# NOT RUN {
relocate.project("adaprTest","mydirectory1","mydirectory2publish")
# }

Run the code above in your browser using DataLab