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'
load_prj(INSHEET = F, MUNGE = F, REPORT = F, SrcPath, ReportPath)
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 |
FilePath <- 'mydir' CodePath <- 'CodeDir' load_prj(INSHEET=TRUE, SrcPath=CodePath, ReportPath = FilePath) #Run Insheet only#> Error in render2(i, ReportPath): could not find function "render2"