loadLibrary {BuildSys}R Documentation

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 signature 'BSysProject'
loadLibrary(.Object)

Arguments

.Object

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

Details

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

Value

returns an object of class DLLInfo.

Note

see BuildSys-package for examples of use.

Author(s)

Paavo Jumppanen [aut, cre]

Maintainer: Paavo Jumppanen <paavo.jumppanen@csiro.au>

See Also

unloadLibrary dyn.load


[Package BuildSys version 1.1.2 Index]