Learn R Programming

adapr (version 1.0.2)

init.project: initialize project

Description

initialize project

Usage

init.project(project.id, project.path = NA, publish.directory = NA,
  first.program = "read_data.R")

Arguments

project.id

Project name, if missing then default

project.path

Project home directory, if missing then default

publish.directory

Project branch exchange directory

first.program

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

Value

logical for success or not

Details

Sets project

Wrapper for plant.tree

Examples

Run this code
# NOT RUN {
init.project("adaprTest")
# }

Run the code above in your browser using DataLab