plantTree: initialize project

Description Usage Arguments Details Value

View source: R/plant_tree.R

Description

initialize project

Usage

1
2
3
4
5
6
7
8
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

Details

Not for direct use. See initProject().

Value

logical for success or not


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