load_prj: load_prj

Description Usage Arguments Examples

Description

Initiate project commands in Scotty canon project, this program will search the SrcPath directory for files which conform to the nomenclature, 'A0-9', 'B0-9', 'C0-9', 'D0-9'

Usage

1
load_prj(INSHEET = F, MUNGE = F, REPORT = F, SrcPath, ReportPath)

Arguments

INSHEET

logical for which files to run

MUNGE

logical for which files to run

REPORT

logical for which files to run

SrcPath

Path whether markdown files exist

OutPath

Path to place rendered files

Examples

1
2
3
FilePath <- 'mydir'
CodePath <- 'CodeDir'
load_prj(INSHEET=TRUE, SrcPath=CodePath, ReportPath = FilePath) #Run Insheet only

kmcconeghy/Scotty documentation built on Aug. 26, 2020, 11:45 p.m.