Learn R Programming

adapr (version 1.0.2)

first.project: Create first project

Description

Create first project

Usage

first.project(project.path = "", publish.path = "")

Arguments

project.path

Path where first project will go

publish.path

Path to share project results

Value

logical for succesful creation or not

Examples

Run this code
# NOT RUN {
 opt <- get_adapr_options()
 first.project(opt$project.path,opt$publish.path)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab