Learn R Programming

adapr (version 1.0.1)

create_source_file_dir: Create source file directories

Description

Create source file directories

Usage

create_source_file_dir(project.id0 = get("project.id"), source.file0 = get("source.file"), source.description = "")

Arguments

project.id0
project id name string
source.file0
filename of the source
source.description
character description of what the source file does

Value

source_info list describing the project

Details

Intializes git for the project, adds program git tracking, and initializes dependency tracking

Examples

Run this code
## Not run: 
# source_info <- create_source_file_dir("adaprHome","tree_controller.R")
# ## End(Not run) 

Run the code above in your browser using DataLab