Learn R Programming

BuildSys (version 1.1.2)

includePath: Get the Path to the Project Include Files

Description

Calling includePath will return the fully qualified path to the include file folder of the project specification in the S4 BSysProject object instance.

Usage

# S4 method for BSysProject
includePath(.Object)

Arguments

.Object

.Object is an object instance of class BSysProject that describes the code project.

Value

returns the fully qualified path to the include file folder of the project.

See Also

libraryPath sourcePath objPath installLibraryPath installIncludePath