Learn R Programming

adapr (version 2.0.0)

plantTree: initialize project

Description

initialize project

Usage

plantTree(project.id, project.path = NA, swap.directory = NA,
  first.program = "read_data.R", project.libraryTF = FALSE,
  library.path = "")

Arguments

project.id

Project name, if missing then default

project.path

Project home directory, if missing then default

swap.directory

Project branch exchange directory

first.program

Name of first program in project (read_data.R default)

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

Not for direct use. See initProject().