Learn R Programming

adapr (version 2.0.0)

firstProject: Create first project

Description

Create first project

Usage

firstProject(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 <- getAdaprOptions()
 firstProject(opt$project.path,opt$publish.path)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab