prStart {tinyProject}R Documentation

Source start and tools scripts

Description

This function sources all scripts prefixed by tools or situated in a subdirectory called tools, then it sources the start.R script. It is automatically called when a project is opened.

Usage

prStart(dir = ".", trace = TRUE)

Arguments

dir

Path of the directory where the project is stored.

trace

Should the function print what it is doing ?

Value

TRUE if all scripts had been sourced without error and false otherwise.

Examples

projectPath <- file.path(tempdir(), "test")
prInit(projectPath)

prStart(projectPath)


[Package tinyProject version 0.6.1 Index]