Learn R Programming

BuildSys (version 1.1.2)

loadLibrary: Load the Built Shared Library

Description

Calling loadLibrary will load the built library of the project specification in the S4 BSysProject object instance into the R session.

Usage

# S4 method for BSysProject
loadLibrary(.Object)

Arguments

.Object

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

Value

returns an object of class DLLInfo.

Details

Internally this method delagates to dyn.load. Refer to the doucmentation of dyn.load for further details.

See Also

unloadLibrary dyn.load